Gets or sets a value indicating whether this
PdfObject instance is output to the PDF saved by the
PdfWebControl.
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override bool Print { get; set; }
Public Overrides Property Print As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
This property only has an effect when printing this document from its PdfWebControl instance.
The value of this property is not output to PDF files or supported by the PDF standard.
It is for use in RAD PDF only.
See Also