OnlyForPrint Property (PdfExportOptions)
In This Topic
Gets or sets a value indicating whether the PDF is only for print.
Syntax
'Declaration
Public Property OnlyForPrint As Boolean
public bool OnlyForPrint {get; set;}
Property Value
A
System.Boolean value.
true
if the PDF is only for print; otherwise,
false
.
See Also