Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public override string ToString()

Return Value

Type: String
A string that contains the position of this PdfRectangle structure. For example, [20 900 830 1000]
See Also