Skip to main content
All docs
V23.2

SignatureOptions(XRPdfSignature) Constructor

Initializes a new instance of the SignatureOptions class with specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SignatureOptions(
    XRPdfSignature pdfSignature
)

Parameters

Name Type
pdfSignature XRPdfSignature
See Also