Gets or sets whether to add document properties data to the PDF.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableSaveToPDFDocumentPropertiesData As System.Boolean |
C# | |
---|
System.bool EnableSaveToPDFDocumentPropertiesData {get; set;} |
JavaScript | |
---|
get_EnableSaveToPDFDocumentPropertiesData () : Boolean
put_EnableSaveToPDFDocumentPropertiesData (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_EnableSaveToPDFDocumentPropertiesData(
VARIANT_BOOL* Val
)
HRESULT put_EnableSaveToPDFDocumentPropertiesData(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_EnableSaveToPDFDocumentPropertiesData (
bool* Val
)
DSRESULT put_EnableSaveToPDFDocumentPropertiesData(
bool NewVal
) |
Property Value
True (default) to save document properties to the PDF, false to not
Remarks
See Also
Availability
DraftSight 2018 SP2