Class PdfLayerBase
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The base class for PDF layers. This class is a base class for PdfLayer and PdfCompositeLayer.
public abstract class PdfLayerBase
- Inheritance
-
PdfLayerBase
- Derived
- Inherited Members
Remarks
Layers allow to selectively view or hide PDF content. PDF provides two types of layers: optional content groups (PdfLayer) and optional content membership dictionaries (PdfCompositeLayer).
Properties
- Type
Gets the type of this PdfLayerBase.
- Visible
Gets a value indicating whether this layer is visible by default.
Methods
- ToString()
Returns a string that represents this instance.