PdfJavaScript
GetSpecialFormatString Method
|
Get a AFSpecial_Format string
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Int32
The type of formatting to use:0 = zip code, 1 = zip + 4, 2 = phone, 3 = SSN
Return Value
Type:
String
See Also