NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PreviewPageInfo.PhysicalSize

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

[Visual Basic]
Public ReadOnly Property PhysicalSize As Size
[C#]
public Size PhysicalSize {get;}
[C++]
public: __property Size get_PhysicalSize();
[JScript]
public function get PhysicalSize() : Size;

Property Value

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

See Also

PreviewPageInfo Class | PreviewPageInfo Members | System.Drawing.Printing Namespace | Size