API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Geometry Namespace > Structs, Records, Enums > OdPdfPublish::Geometry::PDFFinishRule Enumeration
OdPdfPublish::Geometry::PDFFinishRule Enumeration
Syntax
C++
enum PDFFinishRule { kFillNotSet = 0, kEnd = 1, kStroke = 2, kClose = 4, kFillEvenOdd = 8, kFillNonZero = 16 };

PdfPublishCommon.h

Members 
Description 
kFillNotSet = 0 
Finish rule is not set. 
kEnd = 1 
End of the path. 
kStroke = 2 
Stroke the path. 
kClose = 4 
Close the path. 
kFillEvenOdd = 8 
Fill the path using the even-odd rule to determine the region to fill. 
kFillNonZero = 16 
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.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.