プロット領域に関係なくレイアウト内のすべてのコンテンツをエクスポートする
Contents
[
Hide
]プロット領域に関係なくレイアウト内のすべてのコンテンツをエクスポートする方法
問題: プロット領域に関係なくレイアウト内のすべてのコンテンツをエクスポートする方法。
ヒント: これを行うには、rasterizationOptions内でExportAllLayoutContentを使用します。
例:
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.ExportAllLayoutContent |