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: 2024.11.20
Syntax public bool PreserveContentControls { get; set; }
Public Property PreserveContentControls As Boolean
Get
Set
Property Value
BooleanRemarks
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