Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / TextField Class / SetSpecialFormatValue Method
The value to assign.
The special format to use.

In This Topic
    SetSpecialFormatValue Method (TextField)
    In This Topic
    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".

    Syntax
    'Declaration
     
    Public Sub SetSpecialFormatValue( _
       ByVal value As System.String, _
       ByVal format As Field.SpecialFormat _
    ) 
    public void SetSpecialFormatValue( 
       System.string value,
       Field.SpecialFormat format
    )

    Parameters

    value
    The value to assign.
    format
    The special format to use.
    See Also