 | BeforeRenderPageEventArgsX Property |
Horizontal 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 X { get; set; }
Public Property X As Integer
Get
Set
public:
property int X {
int get ();
void set (int value);
}
member X : int with get, set
/** @property */
public int get_X()
/** @property */
public void set_X(int value)
function get_X();
function set_X(value);
Property Value
Int32
See Also