HiddenDataSanitizationOptions.FlattenForms

HiddenDataSanitizationOptions.FlattenForms property

Gets or sets a value indicating whether forms in the document should be flattened during the sanitization process. Flattening forms converts interactive form fields into static content, making them non-editable or fillable.

public bool FlattenForms { get; set; }

See Also