تصدير كافة المحتويات في التخطيط بغض النظر عن منطقة الرسم
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 |