Property Location
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Location
Gets the CPU host name or physical location of the signing.
public string? Location { get; }
Property Value
- string
The CPU host name or physical location of the signing.
Remarks
The value of this property can be null
if the location is not specified.
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.