PreviewPageInfo.PhysicalSize Property

Definition

Gets the size of the printed page, in hundredths of an inch.

public:
 property System::Drawing::Size PhysicalSize { System::Drawing::Size get(); };
public System.Drawing.Size PhysicalSize { get; }
member this.PhysicalSize : System.Drawing.Size
Public ReadOnly Property PhysicalSize As Size

Property Value

A Size that specifies the size of the printed page, in hundredths of an inch.

Applies to

See also