PdfLayer Class

Represents a regular layer in a PDF document.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfLayerBase
    BitMiracle.Docotic.Pdf.PdfLayer

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

Syntax

C#
public sealed class PdfLayer : PdfLayerBase
VB
Public NotInheritable Class PdfLayer
	Inherits PdfLayerBase

The PdfLayer type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of this layer.
Public propertyType
Gets the type of this PdfLayerBase.
(Inherited from PdfLayerBase.)
Public propertyVisible
Gets or sets a value indicating whether this PdfLayer is visible by default.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIntents
Gets the array of this layer intents (intended uses of the graphics in the layer).
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from PdfLayerBase.)

Remarks

The layer is a section of content in a PDF document that can be selectively viewed or hidden by document authors or consumers. Layers are also known as optional content groups.

See Also