[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.TextField.SetSpecialFormatValue

SetSpecialFormatValue Method

SetSpecialFormatValue(string, SpecialFormat)

Sets the value of the current TextField as a value formatted according to format.

This method assumes that value is already formatted as required. E.g. if format is SSN, value should look like "123-45-6789".

Declaration
public void SetSpecialFormatValue(string value, Field.SpecialFormat format)
Parameters
Type Name Description
string value

The value to assign.

Field.SpecialFormat format

The special format to use.