Skip to main content
All docs
V25.1
  • SignatureOptions.Location Property

    Gets or sets the place where the signature was applied (for example, the company address).

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string Location { get; set; }

    Property Value

    Type Description
    String

    The location associated with the signer’s identity.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Location
    PdfExportOptions
    .SignatureOptions .Location
    See Also