Class PdfCompositeLayer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Represents a composite layer in a PDF document.
public sealed class PdfCompositeLayer : PdfLayerBase, IPdfPropertyList
- Inheritance
-
PdfCompositeLayer
- Implements
- Inherited Members
Remarks
Composite layers allows to express more complex visibility policies than regular PdfLayer. Composite layers are also known as optional content membership dictionaries.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.