Export of all content in layout regardless plot area
Contents
[
Hide
]How to export of all content in layout regardless plot area
Issue: How to export of all content in layout regardless plot area.
Tips: To do this, use ExportAllLayoutContent in the rasterizationOptions.
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.ExportAllLayoutContent |