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!

PageSettings.PaperSize

Gets or sets a value indicating the paper size.

[Visual Basic]
Public Property PaperSize As PaperSize
[C#]
public PaperSize PaperSize {get; set;}
[C++]
public: __property PaperSize* get_PaperSize();
public: __property void set_PaperSize(PaperSize*);
[JScript]
public function get PaperSize() : PaperSize;
public function set PaperSize(PaperSize);

Property Value

The paper size.

See Also

PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace | PaperSize