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);
The name of the type of paper.
Exception Type | Condition |
---|---|
ArgumentException | The paper size is not custom. |
PaperSize Class | PaperSize Members | System.Drawing.Printing Namespace