API Reference
PdfPreflightCapability
Wrapper-facing OfficeIMO.Pdf operation categories covered by preflight checks.
Inheritance
- Enum
- PdfPreflightCapability
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfOperationResult.Capability
- Field PdfPreflightCapability.AppendFormFieldRevision
- Field PdfPreflightCapability.AppendMetadataRevision
- Field PdfPreflightCapability.ExtractAttachments
- Field PdfPreflightCapability.ExtractImages
- Field PdfPreflightCapability.ExtractText
- Field PdfPreflightCapability.FillAndFlattenSimpleFormFields
- Field PdfPreflightCapability.FillSimpleFormFields
- Field PdfPreflightCapability.FlattenSimpleFormFields
- Field PdfPreflightCapability.ManipulatePages
- Field PdfPreflightCapability.PrepareExternalSignatureRevision
- Field PdfPreflightCapability.ReadLogicalObjects
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfPreflightCapability ExtractText #Text and structured text readback operations.
0public const PdfPreflightCapability ExtractAttachments #Embedded-file and associated-file attachment extraction operations.
2public const PdfPreflightCapability ManipulatePages #Page-level rewrite operations such as extract, split, merge, import, edit, stamp, and metadata updates.
3public const PdfPreflightCapability AppendMetadataRevision #Append-only metadata revision updates that preserve the existing PDF bytes.
4public const PdfPreflightCapability AppendFormFieldRevision #Append-only AcroForm field-value revision updates that preserve the existing PDF bytes.
5public const PdfPreflightCapability PrepareExternalSignatureRevision #Append-only external-signature placeholder revision preparation.
6public const PdfPreflightCapability FillSimpleFormFields #Simple AcroForm value updates for named text, choice, or button fields.
7public const PdfPreflightCapability FlattenSimpleFormFields #Simple AcroForm flattening for named text, choice, or button widgets with page-backed rectangles.
8public const PdfPreflightCapability FillAndFlattenSimpleFormFields #Simple AcroForm value updates followed by simple widget flattening.
9public const PdfPreflightCapability ReadLogicalObjects #Logical object readback through PdfLogicalDocument.
10