Gets or sets the physical printable area of the printer, in hundredths of an inch. When the event is fired, this property contains the printable area of the printer as returned by the printer driver, rotated if landscape printing. You may want to adjust this property e.g. to compensate for a buggy printer driver reporting incorrect hard margins.
シンタックス
'宣言
Public Property PrintableArea As System.Drawing.RectangleF
'使用法
Dim instance As AdjustPrintPageEventArgs
Dim value As System.Drawing.RectangleF
instance.PrintableArea = value
value = instance.PrintableArea
public System.Drawing.RectangleF PrintableArea {get; set;}
参照