Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Geometry::PDFFinishRule Enumeration
Syntax
C++
enum PDFFinishRule { kFillNotSet = 0, kEnd = 1, kStroke = 2, kClose = 4, kFillEvenOdd = 8, kFillNonZero = 16 };
Members
Description
kFillNotSet
Finish rule is not set.
kEnd
End of the path.
kStroke
Stroke the path.
kClose
Close the path.
kFillEvenOdd
Fill the path using the even-odd rule to determine the region to fill.
kFillNonZero
Fill the path using the nonzero winding number rule to determine the region to fill. Any subpaths that are open are implicitly closed before being filled.

PDF finish rules supported by Publish SDK.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Geometry 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.