PdfObjectOutputToPDF Property |
Gets or sets a value indicating whether this
PdfObject instance is output to the PDF saved by the
PdfWebControl.
Namespace:
RadPdf.Data.Document.Objects
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool OutputToPDF { get; set; }
Public Property OutputToPDF As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
This property can not be changed if IsLocked is true.
See Also