Enum PdfPageObjectType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the type of a PdfPageObject.
public enum PdfPageObjectType
Fields
Image = 1Image object.
MarkedContent = 4Marked content sequence or point.
Path = 2Vector path object.
Text = 0Text object.
XObject = 3Form XObject reference.
Remarks
You can use the type of the object when extracting graphics from PDF.