 | PdfClipPathGetFillMode Method |
Get the fill type of the path contained in the
ClippingPaths collection at the specified
index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FillModes GetFillMode(
int index
)
Public Function GetFillMode (
index As Integer
) As FillModes
public:
FillModes GetFillMode(
int index
)
member GetFillMode :
index : int -> FillModes public FillModes GetFillMode(
int index
)
function GetFillMode(index);
Parameters
- index Int32
- the zero-based index of the path within the ClippingPaths collection.
Return Value
FillModesThe fill type of the path object.
See Also