Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfAcroFormValueFormat.CreateSpecialFormat(PdfAcroFormSpecialFormatType) Method

Creates a special format for the form field values.

Namespace: DevExpress.Pdf

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

Declaration

public static PdfAcroFormValueFormat CreateSpecialFormat(
    PdfAcroFormSpecialFormatType format
)

Parameters

Name Type Description
format PdfAcroFormSpecialFormatType

An enumeration value that indicates the special format style.

Returns

Type Description
PdfAcroFormValueFormat

An object that contains the special format.

See Also