Derive the paper size from the size of the corresponding PDF page.

Namespace: TallComponents.PDF.Printing
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Remarks

If this property is true, the PaperSize property will be ignored.

See Also