Converts the Location and Size of this
PdfRectangle to a
human-readable string.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string ToString(
IFormatProvider provider
)
VB
Public Function ToString (
provider As IFormatProvider
) As String
Parameters
- provider
- Type: System.IFormatProvider
The culture-specific formatting information.
Return Value
Type:
String
A
String that contains the position, width, and height
of this
PdfRectangle structure.
See Also