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!

PaperSize.PaperName

Gets or sets the name of the type of paper.

[Visual Basic]
Public Property PaperName As String
[C#]
public string PaperName {get; set;}
[C++]
public: __property String* get_PaperName();
public: __property void set_PaperName(String*);
[JScript]
public function get PaperName() : String;
public function set PaperName(String);

Property Value

The name of the type of paper.

Exceptions

Exception Type Condition
ArgumentException The paper size is not custom.

See Also

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