Click or drag to resize

OfficeAdapterDecoderPreventInteractivity Property

Gets or sets a value indicating whether any possible interactive prompts should be prevented during rendering.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool PreventInteractivity { get; set; }

Property Value

Type: Boolean
Remarks
Microsoft Word Fill-In fields is an example of interactive content that shows message boxes during rendering. It may be unacceptable for unattended scenarios, so this property could be used to disable such fields during rendering.
See Also