 | 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.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Label { get; set; }
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
/** @property */
public String get_Label()
/** @property */
public void set_Label(String value)
function get_Label();
function set_Label(value);
Property Value
StringRequired.
Exceptions
See Also