Enum DmlRenderingMode
Enum DmlRenderingMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies how DrawingML shapes are rendered to fixed page formats.
public enum DmlRenderingMode
Fields
DrawingML = 1
Aspose.Words ignores fall-back shape of DrawingML and renders DrawingML itself. This is the default mode.
Fallback = 0
If fall-back shape is available for DrawingML, Aspose.Words renders fall-back shape instead of the DrawingML.
Please note that after saving a document to a fixed page format with fall-back DML rendering mode, DML shapes in the AW document model are permanently replaced with their fall-back counterparts. As a result, saving the same document again will always use fall-back shapes, even if Aspose.Words.Saving.DmlRenderingMode is set to Aspose.Words.Saving.DmlRenderingMode.DrawingML.