Click or drag to resize

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)
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