PDFView4NET WPF Edition
Rows Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : Rows Property
Gets or sets the rows count.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}
public: __property int get_Rows();
public: __property void set_Rows( 
   int value
);
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

The number of rows a paper sheet is divided into when printing multiple pages per sheet.
Exceptions
ExceptionDescription
Thrown when values is less than 1.
Remarks
This property is used only when PageScaling is PageScaling.MultiplePagesPerSheet.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPrintSettings Class
PDFPrintSettings Members