PdfPath
FillMode Property
|
Gets or sets the fill mode.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFillMode FillMode { get; set; }
Public Property FillMode As PdfFillMode
Get
Set
public:
property PdfFillMode FillMode {
PdfFillMode get ();
void set (PdfFillMode value);
}
member FillMode : PdfFillMode with get, set
Property Value
Type:
PdfFillMode
See Also