Click or drag to resize

PdfRectangleWidth Property

Gets a value representing the width of this rectangle (in pixels).

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int Width { get; }

Property Value

Type: Int32
Remarks

This value can be converted to inches using Dpi.

See Also