DocumentIsPdfaCompliant Property |
Gets the is document pdfa compliant.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsPdfaCompliant { get; }
Public ReadOnly Property IsPdfaCompliant As Boolean
Get
public:
property bool IsPdfaCompliant {
bool get ();
}
member IsPdfaCompliant : bool with get
Property Value
Type:
Boolean
See Also