WordProcessingOptions

BaseViewOptions.WordProcessingOptions property

This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.

public WordProcessingOptions WordProcessingOptions { get; set; }

Remarks

See also Render Word documents as HTML, PDF, or image files for more details and code snippets.

See Also