Initializes a new instance of the PaperSize class.
[Visual Basic] Public Sub New( _ ByVal name As String, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public PaperSize( string name, int width, int height ); [C++] public: PaperSize( String* name, int width, int height ); [JScript] public function PaperSize( name : String, width : int, height : int );
PaperSize Class | PaperSize Members | System.Drawing.Printing Namespace