The layers in this document.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2

Syntax

C#
public LayerCollection Layers { get; }
Visual Basic
Public ReadOnly Property Layers As LayerCollection
	Get

Remarks

By default the layer objects are initialized as specified in th PDF, however you can change the Visible setting.

See Also