 | PdfViewerPageMargin Property |
Specifies space between pages margins
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic Padding PageMargin { get; set; }
Public Property PageMargin As Padding
Get
Set
public:
property Padding PageMargin {
Padding get ();
void set (Padding value);
}
member PageMargin : Padding with get, set
/** @property */
public Padding get_PageMargin()
/** @property */
public void set_PageMargin(Padding value)
function get_PageMargin();
function set_PageMargin(value);
Property Value
Type:
Padding
See Also