PdfRectangleToString Method |
Converts the attributes of this
PdfRectangle to a human-readable string.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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