Enum PdfAFeatures
Document features relevant to PDF/A conformance, as detected by the native analysis pass. Mirrors the FPDFA_FEATURE_* flags of the patched pdfium build.
[Flags]
public enum PdfAFeatures : uint
Fields
None = 0No tracked feature detected.
Encrypted = 1The document is encrypted. Removed automatically at save time.
Transparency = 2Blend modes, soft masks, constant alpha or transparency groups are used. Prohibited by PDF/A-1.
DeviceCmyk = 4DeviceCMYK color is used while the output intent is RGB.
Lzw = 8LZWDecode filters are present. Prohibited by all PDF/A parts.
Jpx = 16JPXDecode (JPEG2000) streams are present. Prohibited by PDF/A-1.
UnembeddedFont = 32At least one font used by page content is not embedded.
EmbeddedFiles = 64Embedded file attachments are present.
Javascript = 128JavaScript name trees or actions are present.
Xfa = 256XFA form data is present.
AnnotationWithoutAppearance = 512A visible annotation lacks an appearance stream.