Class PdfPaintedXObject
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a form XObject painted on a PdfPage.
public sealed class PdfPaintedXObject : PdfPageObject
- Inheritance
-
PdfPaintedXObject
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- BlendMode
Gets the blend mode of the page before painting this XObject.
- Brush
Gets the brush properties of the page before painting this XObject.
- IsTransformed
Gets a value indicating whether this form XObject is drawn transformed.
- Pen
Gets the pen properties of the page before painting this XObject.
- TransformationMatrix
Gets the transformation matrix for this form XObject.
- Type
Gets the type of this PdfPaintedXObject.
- XObject
Gets the PdfXObject painted on the page.