Considers the margins when rendering a sheet or a page.
public bool MultiPageEnableMargins { get; set; }
Public Property MultiPageEnableMargins() As Boolean
Get
Set
public:
property bool MultiPageEnableMargins
{
bool get()
void set(bool value)
}
true to consider the margins when rendering a sheet or a page; otherwise, false. Default value is false.
When the value of MultiPageEnableMargins is true, the engine will use the margins set in CodecsRasterizeDocumentLoadOptions.LeftMargin, TopMargin, RightMargin and BottomMargin when rendering a sheet or page. These margins can be set using rasterCodecs.Options.RasterizeDocument.Load.
When the value of MultiPageEnableMargins is false, the margins are ignored.
Note that margins are supported when loading XLSX files, not the legacy XLS files.
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