Click or drag to resize

Workspace.Open Method (String)

Decodes an image from a file and sets it to the current image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void Open(
	string fileName
)

Parameters

fileName
Type: System.String
The path of the file to open.
Remarks
A URL formatted string can be passed to download a file. If the address is pointing to an FTP site, you may need to include the username and password in the URL to allow access to the file.
See Also