ImageGear .NET v24.12 - Updated
ToString(Int32,Int32) Method




ImageGear24.Web.ImageDataProcessor Assembly > ImageGear.Web.TextSearch Namespace > TextPage Class > ToString Method : ToString(Int32,Int32) Method
The number of spaces with which to format rectangle properties
The number of decimal places with which to format rectangle properties
Prints the contents of the TextPage in a legible format for writing out to file
Syntax
'Declaration
 
Public Overloads Function ToString( _
   Optional ByVal nSpaces As Integer, _
   Optional ByVal nFracDigits As Integer _
) As String
'Usage
 
Dim instance As TextPage
Dim nSpaces As Integer
Dim nFracDigits As Integer
Dim value As String
 
value = instance.ToString(nSpaces, nFracDigits)
public string ToString( 
   int nSpaces,
   int nFracDigits
)
public: string* ToString( 
   int nSpaces,
   int nFracDigits
) 
public:
String^ ToString( 
   int nSpaces,
   int nFracDigits
) 

Parameters

nSpaces
The number of spaces with which to format rectangle properties
nFracDigits
The number of decimal places with which to format rectangle properties
See Also

Reference

TextPage Class
TextPage Members
Overload List