←Select platform

MultiPageSheet Property

Summary
Gets or sets a value that indicates whether to use multiple pages for each sheet.
Syntax
C#
VB
C++
Java
public bool MultiPageSheet {get; set;} 
Public Property MultiPageSheet As Boolean 
public boolean isMultiPageSheet() 
public void setMultiPageSheet(boolean multiPageSheet) 
public: 
property bool MultiPageSheet { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to draw each sheet on multiple pages if the final sheet size is greater than the page size, false to always draw each sheet on one page.

Remarks

Depending on the current rasterization options set with CodecsRasterizeDocumentLoadOptions, the resulting physical render size of the page may be smaller than the full sheet. If the value of MultiPageSheet is set to true, then each sheet will use as many pages as it needs. Otherwise, exactly one page per sheet will be used.

Notice that if the sheet size is larger than the page size specified by the user, and this property is set to false, the sheet will be fitted according to the CodecsRasterizeDocumentLoadOptions.SizeMode property.

MultiPageUseSheetWidth and PageOrderDownThenOver can be used when the value of MultiPageSheet is true.

Example

For an example, refer to CodecsXlsLoadOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.