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

PdfSignatureAppearanceType Enum

Lists values that specify the type of graphic displayed on the left side of the signature.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfSignatureAppearanceType

Members

Name Description Example
Name

A name is displayed on the left side of the signature.

name appearance

Image

An image is displayed on the left side of the signature.

image appearance

None

No graphic is used on the left side of the signature.

none appearance

See Also