صادرات تمام محتوا در طراحی بدون توجه به ناحیه نمودار
Contents
[
Hide
]چگونه تمام محتوا را در طراحی بدون توجه به ناحیه نمودار صادر کنیم
مسئله: چگونه تمام محتوا را در طراحی بدون توجه به ناحیه نمودار صادر کنیم.
نکات: برای انجام این کار، از ExportAllLayoutContent در rasterizationOptions استفاده کنید.
مثال:
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 |