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.Image

Gets an image of the printed page.

[Visual Basic]
Public ReadOnly Property Image As Image
[C#]
public Image Image {get;}
[C++]
public: __property Image* get_Image();
[JScript]
public function get Image() : Image;

Property Value

An image of the printed page.

See Also

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