Property LocationLabel
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
LocationLabel
Gets or sets the label to use before the location inside the text of the signature.
public string? LocationLabel { get; set; }
Property Value
- string
The label to use before the location inside the text of the signature.
Remarks
The location will be displayed without a label if the value of this property is
null
or empty.
Default value: "Location:".