PdfRectangleWidth Property |
Gets a value representing the width of this rectangle (in pixels).
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic int Width { get; }Public ReadOnly Property Width As Integer
Get
Property Value
Type:
Int32
Remarks
This value can be converted to inches using Dpi.
See Also