The state if this layer must be visible or invisible when the page is rasterized.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Visible { get; set; }
Visual Basic
Public Property Visible As Boolean
	Get
	Set

Remarks

By default this boolean is set the the default specified in the PDF document.

See Also