플롯 영역에 관계없이 레이아웃의 모든 콘텐츠 내보내기
Contents
[
Hide
]플롯 영역에 관계없이 레이아웃의 모든 콘텐츠 내보내는 방법
문제: 플롯 영역에 관계없이 레이아웃의 모든 콘텐츠를 내보내는 방법.
팁: 이를 위해 rasterizationOptions에서 ExportAllLayoutContent를 사용하세요.
예시:
This file contains hidden or 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 |