PdfViewerPrintMargins Property Terminal Works - PDF Printing.Net Library
Margins to apply for the page. Units are 1/100 inch (i.e. 100 = 1 inch). Setting [!:Scale] influences the print result. When set to None, the margins are adjusted (if needed) to preserve the actual size of the print content. And when content is smaller, existing whitespace is considered as part of margin space. For all other values, the print content size is adjusted (if needed) to preserve the specified margins. Default value is (0,0,0,0).

Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public Margins PrintMargins { get; set; }

Return Value

Type: Margins
Margins value
See Also

Reference