PdfSaveOptionsPreserveContentControls Property |
Specifies whether to preserve Microsoft Word content controls as native PDF's form fields or convert
them to text. Default is true.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool PreserveContentControls { get; set; }
Public Property PreserveContentControls As Boolean
Get
Set
Property Value
Boolean
Remarks
Following content controls are supported:
PlainText,
RichText,
DropDownList,
ComboBox and
CheckBox.
When set to
false, these controls will be exported as text to PDF.
When set to
true, these controls will be exported as PDF form fields.
See Also