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

Gets or sets a value indicating the paper source (i.e. upper bin).

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

Property Value

The paper source (i.e. upper bin).

See Also

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