2021 Constructor
Changes 0
Name Return Type Description
M ImageTypeOptions.() None Obsolete. Constructs a new instance of the ImageTypeOptions object.
M ImageTypeOptions(String) None Obsolete. 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. ImageType will respectively use an absolute or relative path.
M ImageTypeOptions(String, Boolean) None Obsolete. 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. This constructor saves an additional setting that indicates whether the path used by ImageType should be absolute or relative.
M ImageTypeOptions(ExternalResourceReference, ImageTypeSource) None Constructs a new instance of the ImageTypeOptions object.
M ImageTypeOptions(String, Boolean, ImageTypeSource) None 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. This constructor saves an additional setting that indicates whether the imagetype will be a link or an import.