在结果画布中去除边框
Contents
[
Hide
]如何在结果画布中去除边框
问题: 如何在结果画布中去除边框。
提示: 为此,需要在 rasterizationOptions.Zoom 中设置值 1。
示例:
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 |