PdfDocument.GetPdfxConformance Method

Gets PDF/X standard conformance level for this PdfDocument.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfxConformance GetPdfxConformance()
VB
Public Function GetPdfxConformance As PdfxConformance

Return Value

Type: PdfxConformance
The PDF/X standard conformance level for the document.

Remarks

This method performs basic checks for PDF/X standard compliance. "Basic" means that it checks for the presence of required metadata and such but doesn't validate specified data.

See Also