Skip to main content

PdfAcroFormSpecialFormatType Enum

Lists values used to specify special value format types.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfAcroFormSpecialFormatType

Members

Name Description
FiveDigitZipCode

A five-digit postal code.

NineDigitZipCode

A nine-digit postal code.

PhoneNumber

A ten-digit telephone number.

SocialSecurityNumber

A nine-digit US social security number.

See Also