| 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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool OutputToPDF { get; set; }Public Property OutputToPDF As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            This property can not be changed if IsLocked is  true.
            
 See Also
See Also