Layer
Overview
Layer is a class in Aspose.PDF FOSS for TypeScript.
A single optional-content group (layer): a live handle over its /OCG dict.
This class declares 1 method for Layer objects in TypeScript programs.
Available methods include: constructor.
All public members are accessible to any TypeScript application after installing the Aspose.PDF FOSS for TypeScript package.
Properties: Intent, Name, Visible.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets the name. |
Intent | string[] | Read | Gets the intent. |
Visible | boolean | Read/Write | Gets the visible. |
Methods
| Signature | Description |
|---|---|
constructor(doc: Document, Ref: PdfRef, Dict: PdfDict, oc: OptionalContent) | Calls constructor(doc, Ref, Dict, oc) on this Layer instance. |