public class ConversionConfig extends Object
Instantiate this class to set conversion configuration
Constructor and Description |
---|
ConversionConfig()
Instantiate ConversionConfig class
|
Modifier and Type | Method and Description |
---|---|
String |
getCachePath()
Get or Set the Conversion cache path
|
int |
getCacheTimeOut()
Cache timeout in minutes.
|
com.aspose.ms.System.Collections.Generic.List<String> |
getFontDirectories() |
String |
getLocalesPath()
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
|
String |
getOutputPath()
Get or Set the conversion output path
|
String |
getStoragePath()
Get or Set the conversion storage path
|
boolean |
getUseCache()
Set either the cache should be used or not
|
void |
setCachePath(String value)
Get or Set the Conversion cache path
|
void |
setCacheTimeOut(int value)
Cache timeout in minutes.
|
void |
setLocalesPath(String value)
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
|
void |
setOutputPath(String value)
Get or Set the conversion output path
|
void |
setStoragePath(String value)
Get or Set the conversion storage path
|
void |
setUseCache(boolean value)
Set either the cache should be used or not
|
public String getStoragePath()
Get or Set the conversion storage path
public void setStoragePath(String value)
Get or Set the conversion storage path
public String getOutputPath()
Get or Set the conversion output path
public void setOutputPath(String value)
Get or Set the conversion output path
public String getLocalesPath()
Get or Set the location of the Locale files default: the same path where the conversion assembly is located
public void setLocalesPath(String value)
Get or Set the location of the Locale files default: the same path where the conversion assembly is located
public String getCachePath()
Get or Set the Conversion cache path
public void setCachePath(String value)
Get or Set the Conversion cache path
public boolean getUseCache()
Set either the cache should be used or not
public void setUseCache(boolean value)
Set either the cache should be used or not
public int getCacheTimeOut()
Cache timeout in minutes. Default value is 10.
public void setCacheTimeOut(int value)
Cache timeout in minutes. Default value is 10.
public com.aspose.ms.System.Collections.Generic.List<String> getFontDirectories()
Copyright © 2017. All rights reserved.