PdfDigitalSignatureAppearanceLocationLabel Property |
Gets or sets location label. Default value: "Location".
if this value is empty then no location label will appear on digital signature area.
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic string LocationLabel { get; set; }
Public Property LocationLabel As String
Get
Set
public:
property String^ LocationLabel {
String^ get ();
void set (String^ value);
}
member LocationLabel : string with get, set
Property Value
Type:
String
See Also