PdfDocumentOptionsCompliance Property |
Desired conformance level for generated PDF document.
Important note: This option should not be changed after PdfDocument object is constructed.
Default is
Pdf15.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PdfCompliance Compliance { get; set; }
Public Property Compliance As PdfCompliance
Get
Set
public:
property PdfCompliance Compliance {
PdfCompliance get ();
void set (PdfCompliance value);
}
member Compliance : PdfCompliance with get, set
Property Value
Type:
PdfCompliance
See Also