Click or drag to resize

PdfOCLabelLabel Property

Gets or sets a text string to be used as a non-selectable label in the user interface.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string Label { get; set; }

Property Value

String
Required.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set and value is null.
See Also