Represents a PDF layer object.

interface PdfLayer {
    Layer: PdfLayer;
    Name: string;
    Visible: boolean;
}

Properties

Properties

Layer: PdfLayer

Gets the underlying PdfLayer object.

Name: string

Gets the name of the PDF layer.

Visible: boolean

Gets or sets a value indicating whether the PDF layer is visible.