public class MetafileLoadOptions extends LoadOptions
Constructor and Description |
---|
MetafileLoadOptions()
Creates the Metafile load options for using old metafile engine.
|
MetafileLoadOptions(boolean useNewEngine)
Creates the Metafile load options for using metafile engine which determined by parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isUseNewMetafileEngine()
Returns
true if needs to use new metafile engine otherwise returns false |
getDataBackgroundColor, getDataRecoveryMode, getUseIccProfileConversion, setDataBackgroundColor, setDataRecoveryMode, setUseIccProfileConversion
public MetafileLoadOptions()
public MetafileLoadOptions(boolean useNewEngine)
useNewEngine
- If true
then Image.load will use the new metafile engine otherwise old engine.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.