Version

Margins Property (WebDocumentExporter)

Sets the size of the margins of the section that the grid is being exported to.
Syntax
'Declaration
 
Public Property Margins As PageMargins
public PageMargins Margins {get; set;}
Remarks

Use this to customize the margin widths for the pages for the section that the grid will be exported to. This will only affect the grid's section. Other sections in the document can have different margin settings.

The margin sizes are measured in points.

You can either use a predefined size like Narrow, Normal or Wide from the Infragistics.Documents.Reports.Report.PageMargins object or create a new PageMargins object with a custom size for each edge.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also