ImageTypeOptions(String, Boolean)
Description:
Constructs a new instance of the ImageTypeOptions object.The provided string path must specify a local file. The path can be absolute or relative to the project's location.
Constructs a new instance of the ImageTypeOptions object.The provided string path must specify a local file. The path can be absolute or relative to the project's location.
Overloads (4):
ImageTypeOptions(String,Boolean)
public ImageTypeOptions(
string path,
bool useRelativePath
)
-
pathThe local file path that specifies the image to be used.
-
useRelativePathTrue if ImageType should use a relative path, false otherwise.
-
A non-optional argument was NULL