| BeforeRenderPageEventArgsWidth Property |
The page's width calculated to match the sheet size.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
/** @property */
public int get_Width()
/** @property */
public void set_Width(int value)
function get_Width();
function set_Width(value);
Property Value
Int32See Also