Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / Visible Property

In This Topic
    Visible Property (Layer)
    In This Topic
    Gets or sets a value indicating whether this Layer is visible.
    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    See Also