PDFView4NET WPF Edition
Columns Property (PDFPrintSettings)




O2S.Components.PDFRender4NET.Printing Namespace > PDFPrintSettings Class : Columns Property
Gets or sets the columns count.
Syntax
'Declaration
 
Public Property Columns As Integer
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
public int Columns {get; set;}
public: __property int get_Columns();
public: __property void set_Columns( 
   int value
);
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

The number of columns 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