| PdfPathObjectFillType Property |
Gets or sets the fill type of the path object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FillModes FillType { get; set; }
Public Property FillType As FillModes
Get
Set
public:
property FillModes FillType {
FillModes get ();
void set (FillModes value);
}
member FillType : FillModes with get, set
/** @property */
public FillModes get_FillType()
/** @property */
public void set_FillType(FillModes value)
function get_FillType();
function set_FillType(value);
Property Value
FillModesSee Also