 | BeforeRenderPageEventArgsHeight Property |
The page's height calculated to match the sheet size.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxpublic int Height { get; set; }
Public Property Height As Integer
Get
Set
public:
property int Height {
int get ();
void set (int value);
}
member Height : int with get, set
/** @property */
public int get_Height()
/** @property */
public void set_Height(int value)
function get_Height();
function set_Height(value);
Property Value
Int32
See Also