Get a AFSpecial_Format string

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string GetSpecialFormatString(
	int psf
)
Public Shared Function GetSpecialFormatString ( 
	psf As Integer
) As String
public:
static String^ GetSpecialFormatString(
	int psf
)
static member GetSpecialFormatString : 
        psf : int -> string 

Parameters

psf
Int32
The type of formatting to use:0 = zip code, 1 = zip + 4, 2 = phone, 3 = SSN

Return Value

String

See Also