PdfRectangleToString Method |
Converts the attributes of this
PdfRectangle to a human-readable string.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String
A string that contains the position of this
PdfRectangle structure. For example, [20 900 830 1000]
See Also