Represents a PDF layer object.

interface PdfLayer {
    layer: PdfLayer;
    Layer: PdfLayer;
    name: string;
    Name: string;
    visible: boolean;
    Visible: boolean;
}

Properties

layer: PdfLayer

Gets the PdfLayer instance.

Layer: PdfLayer

Gets the underlying PdfLayer object.

name: string

Gets the name of the PdfLayerObject.

Name: string

Gets the name of the PDF layer.

visible: boolean

Gets or sets whether the PdfLayerObject is visible.

Visible: boolean

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

MMNEPVFCICPMFPCPTTAAATR