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);
The paper size.
PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace | PaperSize