PdfDocument
PDFStandard Property
|
Note: This API is now obsolete.
Set,Get Current active pdf object
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future.")]
public PdfDocumentBase PDFStandard { get; set; }
<ObsoleteAttribute("This property may be removed in the future.")>
Public Property PDFStandard As PdfDocumentBase
Get
Set
public:
[ObsoleteAttribute(L"This property may be removed in the future.")]
property PdfDocumentBase^ PDFStandard {
PdfDocumentBase^ get ();
void set (PdfDocumentBase^ value);
}
[<ObsoleteAttribute("This property may be removed in the future.")>]
member PDFStandard : PdfDocumentBase with get, set
Property Value
Type:
PdfDocumentBase
See Also