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