Click or drag to resize

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.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public bool PreserveContentControls { 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