Enum PdfUnsupportedFeatureType
Represents the types of unsupported features that may be encountered in a PDF document.
public enum PdfUnsupportedFeatureType
Fields
Annot_3DAnnot = 11
Annot_Attachment = 16
Annot_Movie = 12
Annot_ScreenMedia = 14
Annot_ScreenRichMedia = 15
Annot_Signature = 17
Annot_Sound = 13
Doc_Attachment = 3
Doc_PortableCollection = 2
Doc_Security = 4
Doc_XfaForm = 1
Remarks
This enumeration categorizes various unsupported features in PDF documents, such as specific document-level features (e.g., XFA forms, security settings) or annotation types (e.g., 3D annotations, multimedia content). These values can be used to identify and handle unsupported features when processing PDF files.