Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / Location Property

In This Topic
    Location Property (SignatureProperties)
    In This Topic
    Gets or sets the CPU host name or physical location of the signing.

    By default this property is initialized with System.Environment.MachineName.

    Syntax
    'Declaration
     
    Public Property Location As System.String
    public System.string Location {get; set;}
    See Also