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 : IPdfPropertyList
- Inheritance
-
PdfLayerBase
- Implements
- 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).
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Dictionary
Gets the low-level dictionary object for this layer.
- 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 PdfLayerBase instance.