com.aspose.words
Class MetafileRenderingMode

java.lang.Object
    extended by com.aspose.words.MetafileRenderingMode

public class MetafileRenderingMode 
extends java.lang.Object

Utility class containing constants. Specifies how Aspose.Words should render WMF and EMF metafiles.

Field Summary
static final intVECTOR_WITH_FALLBACK = 0
           Aspose.Words tries to render a metafile as vector graphics. If Aspose.Words cannot correctly render some of the metafile records to vector graphics then Aspose.Words renders this metafile to a bitmap.
static final intVECTOR = 1
           Aspose.Words renders a metafile as vector graphics.
static final intBITMAP = 2
           Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.
 

Field Detail

VECTOR_WITH_FALLBACK = 0

public static final int VECTOR_WITH_FALLBACK
Aspose.Words tries to render a metafile as vector graphics. If Aspose.Words cannot correctly render some of the metafile records to vector graphics then Aspose.Words renders this metafile to a bitmap.

VECTOR = 1

public static final int VECTOR
Aspose.Words renders a metafile as vector graphics.

BITMAP = 2

public static final int BITMAP
Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.