Click or drag to resize

PdfObjectVisible Property

Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool Visible { get; set; }

Property Value

Type: Boolean
Remarks

This setting is only applicable when viewing the document in the PdfWebControl client interface. The object will visible in the output PDF and printer output. If you do not wish this object to be displayed in the output PDF, use the OutputToPDF property or delete the object using the Delete method. The printing of some object types can also be restricted using a Print property (e.g. Print, Print, Print)

See Also