Gets or sets a value that indicates whether to draw multiple sheets per page.
public bool MultiPageSheet {get; set;}
Public Property MultiPageSheet As Boolean
public boolean isMultiPageSheet()
public void setMultiPageSheet(boolean multiPageSheet)
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.
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.
MultiPageUseSheetWidth and PageOrderDownThenOver can be used when the value of MultiPageSheet is true.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document