Gets or sets a value representing the width of this object (in pixels).
Namespace:
RadPdf.Data.Document.Objects
Assembly:
RadPdf (in RadPdf.dll) Version: 3.37.0.0 (3.37.0.0)
Syntaxpublic int Width { get; set; }
Public Property Width As Integer
Get
Set
Property Value
Type:
Int32
Remarks
This value can be converted to inches using Dpi.
This property can not be changed if IsLocked is true.
See Also