Exportación de todo el contenido en el diseño independientemente del área de trama
Contents
[
Hide
]Cómo exportar todo el contenido en el diseño independientemente del área de trama
Problema: Cómo exportar todo el contenido en el diseño independientemente del área de trama.
Consejos: Para hacer esto, utiliza ExportAllLayoutContent en rasterizationOptions.
Ejemplo:
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 |