PdfCompositeLayer Class

Represents a composite layer in a PDF document.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfLayerBase
    BitMiracle.Docotic.Pdf.PdfCompositeLayer

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

Syntax

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

The PdfCompositeLayer type exposes the following members.

Properties

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

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from PdfLayerBase.)

Remarks

Composite layers allows to express more complex visibility policies than regular PdfLayer. Composite layers are also known as optional content membership dictionaries.

See Also