GoDiagram Web Reference
PageLimit Property

Gets or sets the number of horizontal and the number of vertical images/pages to generate.
Syntax
'Declaration
 
Public Property PageLimit As Size
public Size PageLimit {get; set;}

Property Value

By default, this is 0x0. Use positive values for either Width, Height, or both Width and Height to specify the maximum number of pages to be generated in that direction.
Remarks
If both Width and Height are negative or zero, the number of images/pages is determined by the size of the document and the ViewScale. If only one of Width and Height are positive, that number specifies the number of images/pages in that direction, and the number of images/pages in the other direction depends on the size of the document. The scale is calculated to make the whole document fit, although it will not be larger than ViewScale. If both Width and Height are positive, the maximum number of images/pages is just the product of the two numbers.
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

GoPrintView Class
GoPrintView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback