Enum PdfPageObjectType
Specifies the type of an object on a PDF page.
public enum PdfPageObjectType
Fields
Form = 5
Image = 3
Link = 1001
Mark = 1000
Path = 2
Shading = 4
Text = 1
Unknown = 0
Remarks
This enumeration is used to identify the category of a PDF page object, such as text, images, or paths. It can be useful for processing or analyzing the content of a PDF document.