PdfPaintedXObject Properties

The PdfPaintedXObject type exposes the following members.

Properties

  NameDescription
Public propertyBlendMode
Gets the blend mode of the page before painting this XObject.
Public propertyBrush
Gets the brush properties of the page before painting this XObject.
Public propertyClipRegion
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.)
Public propertyIsTransformed
Gets a value indicating whether this form XObject is drawn transformed.
Public propertyLayer
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.)
Public propertyPen
Gets the pen properties of the page before painting this XObject.
Public propertyTransformationMatrix
Gets the transformation matrix for this form XObject.
Public propertyType
Gets the type of this PdfPaintedXObject.
(Overrides PdfPageObject.Type.)
Public propertyXObject
Gets the PdfXObject painted on the page.

See Also