Remove borders in result canvas
Contents
[
Hide
]How to remove borders in result canvas
Issue: How to remove borders in result canvas.
Tips: For this, it is necessary to set the value 1 in rasterizationOptions.Zoom.
Example:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions(); | |
rasterizationOptions.Zoom = 1;dd |