Gets or sets a value indicating whether to use the printer paper size when generating the document. This property does not affect the values of Landscape, Width, Height and PaperKind properties.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool UsePrinterPaperSize { get; set; }
Visual Basic
Public Property UsePrinterPaperSize As Boolean
	Get
	Set

See Also