Table of Contents

Property Layer

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

Layer

Gets or sets the layer to which this XObject belongs.

public PdfLayerBase? Layer { get; set; }

Property Value

PdfLayerBase

The layer to which this XObject belongs or null if this XObject does not belong to any layer.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.