PDF Creator Pilot documentation |
Download CHM version of this manual. |
|
![]() ![]() Collapse AllFills a path with color and strokes the path uses an even-odd rule.
|
| HRESULT PDFPAGE_EoFillAndStroke () |
Return value
Remarks
The method is used to fill a path with the current fill color and then stroke the path with the current stroke color. The PDF graphics state maintains separate colors for fill and stroke operations; thus these combined operators are available. This method uses the even-odd rule for defining the inside path.
The fill color may be set using methods PDFPAGE_SetColorFill, PDFPAGE_SetCMYKColorFill, PDFPAGE_SetGrayFill, PDFPAGE_SetRGBColorFill. The stroke color may be set using methods PDFPAGE_SetColorStroke, PDFPAGE_SetCMYKColorStroke, PDFPAGE_SetGrayStroke, PDFPAGE_SetRGBColorStroke. The current line width may be set using method PDFPAGE_SetLineWidth.
Analogue in new interface: IPDFDocument4::AlternateFillAndStroke.
See Also


