Table of Contents

Enum PdfLayerType

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the type of a PdfLayerBase.

public enum PdfLayerType

Fields

Composite = 1

Composite layer also known as optional content membership dictionary. See PdfCompositeLayer class.

Regular = 0

Regular layer also known as optional content group. See PdfLayer class.