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;}
get_MultiPageSheet();
set_MultiPageSheet(value);
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.
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