 | FX_RECTWidth Property |
Gets the width of current rectangle
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int Width { get; }
Public ReadOnly Property Width As Integer
Get
public:
property int Width {
int get ();
}
member Width : int with get
/** @property */
public int get_Width()
Property Value
Int32
See Also