ImageEditorSaveAsSettingsBuilder
Methods
FileName(System.String)
Sets the filename of the saved file.
Parameters
value - System.String
The value for FileName
RETURNS
Returns the current ImageEditorSaveAsSettingsBuilder instance.
ForceProxy(System.Boolean)
If set to true, the content will be forwarded to proxyURL even if the browser supports saving files locally.
Parameters
value - System.Boolean
The value for ForceProxy
RETURNS
Returns the current ImageEditorSaveAsSettingsBuilder instance.
ForceProxy()
If set to true, the content will be forwarded to proxyURL even if the browser supports saving files locally.
RETURNS
Returns the current ImageEditorSaveAsSettingsBuilder instance.
ProxyURL(System.String)
The URL of the server side proxy which will stream the file to the end user. A proxy will be used when the browser isn't capable of saving files locally. Such browsers are IE version 9 and lower and Safari.
Parameters
value - System.String
The value for ProxyURL
RETURNS
Returns the current ImageEditorSaveAsSettingsBuilder instance.
ProxyTarget(System.String)
A name or keyword indicating where to display the document returned from the proxy.
Parameters
value - System.String
The value for ProxyTarget
RETURNS
Returns the current ImageEditorSaveAsSettingsBuilder instance.