Export aller Inhalte im Layout unabhängig von der Plot-Bereich
Contents
[
Hide
]Wie man alle Inhalte im Layout unabhängig vom Plot-Bereich exportiert
Problem: Wie man alle Inhalte im Layout unabhängig vom Plot-Bereich exportiert.
Tipps: Verwenden Sie dazu ExportAllLayoutContent in den Rasterisierungsoptionen.
Beispiel:
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 |