PdfLayerBase.Type Property

Gets the type of this PdfLayerBase.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfLayerType Type { get; }
VB
Public ReadOnly Property Type As PdfLayerType
	Get

Property Value

Type: PdfLayerType
The type of this PdfLayerBase.

See Also