Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsXlsLoadOptions Class : MultiPageSheet Property |
public bool MultiPageSheet {get; set;}
'Declaration
Public Property MultiPageSheet As Boolean
'Usage
Dim instance As CodecsXlsLoadOptions Dim value As Boolean instance.MultiPageSheet = value value = instance.MultiPageSheet
public bool MultiPageSheet {get; set;}
public boolean isMultiPageSheet() public void setMultiPageSheet(boolean multiPageSheet)
<br/>get_MultiPageSheet();<br/>set_MultiPageSheet(value);<br/>Object.defineProperty('MultiPageSheet');
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.