 | PdfLabelLabel Property |
Gets or sets the label prefix for page labels in the range.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.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
String
See Also