Specifies whether printing must be limited to the printable area of the printer. If false, the margins of the printer will not be taken into account.

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

Syntax

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

See Also