Click or drag to resize

PdfObject.Visible 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: 4.3.0.0 (4.3.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!