 | BeforeRenderPageEventArgsY Property |
Vertical position of the
Page on the drawing surface.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxpublic int Y { get; set; }
Public Property Y As Integer
Get
Set
public:
property int Y {
int get ();
void set (int value);
}
member Y : int with get, set
/** @property */
public int get_Y()
/** @property */
public void set_Y(int value)
function get_Y();
function set_Y(value);
Property Value
Int32
See Also