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.
Path = 2
Vector path object.
Text = 0
Text object.
XObject = 3
Form XObject reference.