Click or drag to resize

PdfDocumentIsPdfACompatible Method

Checks the Output Intent color profiles and the PDF/A compatibility level (from metadata) of all source documents. Note! IsPdfACompatible() method does not check for compliance with the PDF/A standard.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsPdfACompatible()

Return Value

Type: Boolean
if Output Intent color profiles and the PDF/A version of all source documents are compatible; otherwise, .
See Also