PdfLayerBase Class

The base class for PDF layers. This class is a base class for PdfLayer and PdfCompositeLayer.

Inheritance Hierarchy

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public abstract class PdfLayerBase
VB
Public MustInherit Class PdfLayerBase

The PdfLayerBase type exposes the following members.

Properties

  NameDescription
Public propertyType
Gets the type of this PdfLayerBase.
Public propertyVisible
Gets a value indicating whether this layer is visible by default.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

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).

See Also