PdfLayerType Enumeration

Specifies the type of a PdfLayerBase.

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

Syntax

C#
public enum PdfLayerType
VB
Public Enumeration PdfLayerType

Members

  Member nameValueDescription
Regular0 Regular layer also known as optional content group. See PdfLayer class.
Composite1 Composite layer also known as optional content membership dictionary. See PdfCompositeLayer class.

See Also