Visual Basic (Declaration) | |
---|---|
Public Property MultiPageSheet As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterDialogXlsFileOptions Dim value As Boolean instance.MultiPageSheet = value value = instance.MultiPageSheet |
C# | |
---|---|
public bool MultiPageSheet {get; set;} |
Property Value
true to load multipage worksheets; false to load single pageRefer to RasterOpenDialog example.
Use the paper dimensions obtained from the user to draw the worksheets. If the sheet dimension is larger than the paper dimensions obtained from user then the sheet will be divided to multiple pages. Each page will have the same dimensions obtained from the user (the sheet will be rendered as multiple sheets). If the sheet size is less than the page dimensions obtained from user then it will be drawn on a single page.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7