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!

PaperSource.SourceName

Gets the name of the paper source.

[Visual Basic]
Public ReadOnly Property SourceName As String
[C#]
public string SourceName {get;}
[C++]
public: __property String* get_SourceName();
[JScript]
public function get SourceName() : String;

Property Value

The name of the paper source.

See Also

PaperSource Class | PaperSource Members | System.Drawing.Printing Namespace