Version

TargetPaperSize Property (WebDocumentExporter)

Sets the size of the page that the grid will be exported to.
Syntax
'Declaration
 
Public Property TargetPaperSize As PageSize
public PageSize TargetPaperSize {get; set;}
Remarks

Use this to customize the size of 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 page sizes.

The page size is measured in points.

You can either use a predefined size like A3, A4 or A5 from the Infragistics.Documents.Reports.Report.PageSizes enumeration or create a new Infragistics.Documents.Reports.Report.PageSize object with a custom width and height.

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