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

In This Topic
    SetSpecialFormat Method (TextField)
    In This Topic
    Imposes the specified special format on the current TextField.

    Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams.

    Syntax
    'Declaration
     
    Public Sub SetSpecialFormat( _
       ByVal specialFormat As Field.SpecialFormat _
    ) 
    public void SetSpecialFormat( 
       Field.SpecialFormat specialFormat
    )

    Parameters

    specialFormat
    The special format to use.
    See Also