Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfSignatureBuilder.ApplicationName Property

Specifies the name of the software module used to create the signature.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string ApplicationName { get; set; }

Property Value

Type Description
String

The software module name.

See Also