WorkspaceOpen 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Open(
string fileName
)
Public Sub Open (
fileName As String
)
Parameters
- fileName
- Type: SystemString
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