PdfSignature.Location Property

Gets the CPU host name or physical location of the signing.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Location { get; }
VB
Public ReadOnly Property Location As String
	Get

Property Value

Type: 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.

See Also