←Select platform

MultiPageSheet Property

Summary

Gets or sets a value that indicates whether to draw multiple sheets per page.

Syntax

C#
VB
Java
WinRT C#
C++
public bool MultiPageSheet {get; set;} 
Public Property MultiPageSheet As Boolean 
public bool MultiPageSheet {get; set;} 
public boolean isMultiPageSheet() 
public void setMultiPageSheet(boolean multiPageSheet) 
             
 <br/>get_MultiPageSheet();<br/>set_MultiPageSheet(value);<br/>Object.defineProperty('MultiPageSheet');  
public: 
property bool MultiPageSheet { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to draw multiple sheets per page if the final page size is greater than the sheet size, false to always draw one sheet per page.

Remarks

Depending on the current rasterization options set with CodecsRasterizeDocumentLoadOptions, the resulting physical render size of the page can hold more than one sheet. If the value of MultiPageSheet is set to true, then as many sheets as possible will be rendered on the same page if the size permits. Otherwise, exactly one sheet per page will be used.

Notice that if the sheet size is larger than the page size specified by the user, the sheet will be cropped regardless of the setting of this property.

Example

For an example, refer to CodecsXlsLoadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly