FormFieldValueFormat.CreateSpecialFormat(FormFieldSpecialFormatType) Method
Creates a special format for the form field values.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static FormFieldValueFormat CreateSpecialFormat(
FormFieldSpecialFormatType format
)
Parameters
| Name | Type | Description |
|---|---|---|
| format | FormFieldSpecialFormatType | Specifies the format type. |
Returns
| Type | Description |
|---|---|
| FormFieldValueFormat | An object that contains the special format. |
See Also