RenderChoiceFormFieldBorder
PdfSaveOptions.RenderChoiceFormFieldBorder property
يحدد ما إذا كان سيتم عرض حدود حقل نموذج اختيار PDF.
public bool RenderChoiceFormFieldBorder { get; set; }
ملاحظات
يتم استخدام حقول نموذج اختيار PDF لتصدير عنصر التحكم في محتوى مربع التحرير والسرد SDT وعنصر التحكم في قائمة SDT المنسدلة Content وحقل النموذج المنسدل القديم عندماPreserveFormFields
تم تمكين الخيار.
القيمة الافتراضية هيحقيقي
.
أمثلة
يوضح كيفية عرض حدود حقل نموذج اختيار PDF.
Document doc = new Document(MyDir + "Legacy drop-down.docx");
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.PreserveFormFields = true;
saveOptions.RenderChoiceFormFieldBorder = true;
doc.Save(ArtifactsDir + "PdfSaveOptions.RenderChoiceFormFieldBorder.pdf", saveOptions);
أنظر أيضا
- class PdfSaveOptions
- مساحة الاسم Aspose.Words.Saving
- المجسم Aspose.Words