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 Constructor

Initializes a new instance of the PreviewPageInfo class.

[Visual Basic]
Public Sub New( _
   ByVal image As Image, _
   ByVal physicalSize As Size _
)
[C#]
public PreviewPageInfo(
   Image image,
   Size physicalSize
);
[C++]
public: PreviewPageInfo(
   Image* image,
   Size physicalSize
);
[JScript]
public function PreviewPageInfo(
   image : Image,
   physicalSize : Size
);

Parameters

image
The image of the printed page.
physicalSize
The size of the printed page in hundredths of an inch.

See Also

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