PdfSignature
LocationInfoLabel Property
|
Digital Signature LocationInfo Label
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string LocationInfoLabel { get; set; }
Public Property LocationInfoLabel As String
Get
Set
public:
property String^ LocationInfoLabel {
String^ get ();
void set (String^ value);
}
member LocationInfoLabel : string with get, set
Property Value
Type:
String
See Also