PdfOptionsCorePdfOptions Property |
Gets or sets the core PDF options.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PdfDocumentOptions CorePdfOptions { get; set; }
Public Property CorePdfOptions As PdfDocumentOptions
Get
Set
public:
property PdfDocumentOptions^ CorePdfOptions {
PdfDocumentOptions^ get ();
void set (PdfDocumentOptions^ value);
}
member CorePdfOptions : PdfDocumentOptions with get, set
Property Value
Type:
PdfDocumentOptions
The core PDF options.
See Also