Property Layers

Namespace TallComponents.PDF.Rasterizer.Configuration
Class LayerRenderSettings

Specify which layers should be visible during rendering. Default is null.

If null is provided, the layers are rendered as specified in document.Layers.

If you want to render all layers, iterate over the items in the document.Layers collection and set all Visible properties to true.

Syntax

public  LayerCollection  Layers  {  get;  set;  }

Property value

LayerCollection