 | PdfViewerPageMargin Property |
Specifies space between pages margins
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.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
Padding
See Also