Enum Dml3DEffectsRenderingMode

Enum Dml3DEffectsRenderingMode

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how 3D shape effects are rendered.

public enum Dml3DEffectsRenderingMode

Fields

Advanced = 1

Rendering of an extended list of special effects including advanced 3D effects such as bevels, lighting and materials.

The current implementation uses OpenGL. Please make sure that OpenGL library version 1.1 or higher is installed on your system before use. This mode is still under development, and some things may not be supported, so it’s recommended to use the Aspose.Words.Saving.Dml3DEffectsRenderingMode.Basic mode if the rendering result is not acceptable. Please see documentation for details.

Basic = 0

A lightweight and stable rendering, based on the internal engine, but advanced effects such as lighting, materials and other additional effects are not displayed when using this mode. Please see documentation for details.