Class PdfPageObject
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for an object painted on a PdfPage.
public abstract class PdfPageObject
- Inheritance
-
PdfPageObject
- Derived
- Inherited Members
Remarks
You can get the collection of all page objects using GetObjects methods. You can extract objects from a form XObject using GetObjects methods.
See the example code for how to use GetObjects methods to extract graphics from PDF.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- ClipRegion
Gets the clip region for this PdfPageObject.
- Layer
Gets the layer this PdfPageObject is drawn on.
- Type
Gets the type of this PdfPageObject.