Method GetPdfxConformance
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetPdfxConformance()
Gets PDF/X standard conformance level for this PdfDocument.
[Obsolete("This method is deprecated and will be removed in a future version. Instead, use PdfDocumentConformanceExtensions.ReadPdfxConformance from the Conformance add-on.")]
public PdfxConformance GetPdfxConformance()
Returns
- 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.