GoDiagram Web Reference
ImageHeight Property

Gets or sets the height in pixels for the image to be rendered.
Syntax
'Declaration
 
Public Property ImageHeight As Integer
public int ImageHeight {get; set;}

Property Value

This defaults to 640, which is likely to be short enough not to be clipped when printed. If you know the user's chosen page is tall enough to support a larger value, you may want to increase this value accordingly, to reduce the number of pages that are printed. For example, if you know the printing will be in portrait mode, you may want to increase this value. The value must be larger than zero.
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