Gets or sets a value indicating whether this
PdfLayer is visible
by default.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Visible { get; set; }
VB
Public Property Visible As Boolean
Get
Set
Property Value
Type:
Booleantrue if layer is visible by default; otherwise,
false.
See Also