SpreadsheetGear 2017
FitToPagesTall Property (IPageSetup)






SpreadsheetGear Namespace > IPageSetup Interface : FitToPagesTall Property
Gets or sets the number of vertical pages to fit printed output to.
Syntax
'Declaration
 
Property FitToPagesTall As System.Integer
'Usage
 
Dim instance As IPageSetup
Dim value As System.Integer
 
instance.FitToPagesTall = value
 
value = instance.FitToPagesTall
System.int FitToPagesTall {get; set;}
read-write property FitToPagesTall: System.Integer; 
function get,set FitToPagesTall : System.int
__property System.int get_FitToPagesTall();
__property void set_FitToPagesTall( 
   System.int value
);
property System.int FitToPagesTall {
   System.int get();
   void set (    System.int value);
}
Remarks

Set FitToPagesTall to zero to fit horizontally but not vertically.

Setting FitToPagesTall to a non-zero value sets IPageSetup.FitToPages to true.

Setting FitToPagesTall and FitToPagesWide to zero sets FitToPages to false.

FitToPagesTall has no effect when FitToPages is false.

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

IPageSetup Interface
IPageSetup Members
FitToPages Property
FitToPagesWide Property
Zoom Property