You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1016,6 +1034,18 @@ public class PdfSaveOptionsData : FixedPageSaveOptionsData {
1016
1034
}
1017
1035
1018
1036
1037
+
// Sets renderChoiceFormFieldBorder. Gets or sets a value indicating whether to render PDF choice form field border. PDF choice form fields are used for export of SDT Combo Box Content Control, SDT Drop-Down List Content Control and legacy Drop-Down Form Field when PreserveFormFields option is enabled.The default value is true.
// Gets renderChoiceFormFieldBorder. Gets or sets a value indicating whether to render PDF choice form field border. PDF choice form fields are used for export of SDT Combo Box Content Control, SDT Drop-Down List Content Control and legacy Drop-Down Form Field when PreserveFormFields option is enabled.The default value is true.
// Gets applySuperscript. Gets or sets a value indicating whether apply superscript to font or not.
191
+
publicfunc getApplySuperscript()->Bool?{
192
+
returnself.applySuperscript;
193
+
}
194
+
195
+
166
196
// Sets isMatchCase. Gets or sets a value indicating whether flag, true means the search is case-sensitive; false means the search is not case-sensitive.
0 commit comments