Table of Contents

Enum PdfUnsupportedFeatureType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

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_SharedForm_Acrobat = 6
Doc_SharedForm_Email = 8
Doc_SharedForm_Filesystem = 7
Doc_SharedReview = 5
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.