Click or drag to resize

PdfOptionalContent Class

Represents the optional content.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfMarkedContent
    Patagames.Pdf.Net.OptionalContentPdfOptionalContent

Namespace: Patagames.Pdf.Net.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfOptionalContent : PdfMarkedContent

The PdfOptionalContent type exposes the following members.

Constructors
 NameDescription
Public methodPdfOptionalContent(PdfOCGroup) Create optional content that belongs to the specified optional content group.
Public methodPdfOptionalContent(PdfOCMembership) Create optional content that belongs to the specified optional content membership.
Top
Properties
 NameDescription
Public propertyGroup Gets the optional content group this optional content belongs to.
Public propertyMembership Gets the optional content membership this optional content belongs to.
Top
See Also