PdfPath Properties

The PdfPath type exposes the following members.

Properties

  NameDescription
Public propertyBlendMode
Gets the blend mode of this path.
Public propertyBrush
Gets the PdfBrushInfo object of this path. It encapsulates the properties related to non-stroking operations.
Public propertyClipMode
Gets the rule that determines the region to clip.
Public propertyClipRegion
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.)
Public propertyFillMode
Gets the rule that determines the region to fill.
Public propertyIsTransformed
Gets a value indicating whether this path is drawn transformed.
Public propertyLayer
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.)
Public propertyPaintMode
The drawing mode of this PdfPath.
Public propertyPen
Gets the PdfPenInfo object of this path. It encapsulates the properties related to stroking operations.
Public propertySubpaths
Gets subpaths of this PdfPath.
Public propertyTransformationMatrix
Gets the transformation matrix for this path.
Public propertyType
Gets the type of this PdfPath.
(Overrides PdfPageObject.Type.)

See Also