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