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

PdfAcroFormSpecialFormatType Enum

Lists values used to specify special value format types.

Namespace: DevExpress.Pdf

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

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