Click or drag to resize

PdfOCLabel Class

Represents an optional content group dictionary
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.Wrappers.OptionalContentPdfOCLabel

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfOCLabel : IOrderNode

The PdfOCLabel type exposes the following members.

Constructors
 NameDescription
Public methodPdfOCLabel(PdfTypeBase) Creates a new instance of PdfOCLabel and initialize it with specified label
Public methodPdfOCLabel(String) Creates new PdfOCLabel.
Top
Properties
 NameDescription
Public propertyBaseType Gets the underlying PdfTypeString object.
Public propertyLabel Gets or sets a text string to be used as a non-selectable label in the user interface.
Top
See Also