Overload List

  NameDescription
Public methodImageTypeOptions()()()() Obsolete.
Constructs a new instance of the ImageTypeOptions object.
Public methodImageTypeOptions(String) 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.

Public methodImageTypeOptions(String, Boolean) 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.

Public methodImageTypeOptions(ExternalResourceReference, ImageTypeSource)
Constructs a new instance of the ImageTypeOptions object.
Public methodImageTypeOptions(String, Boolean, ImageTypeSource)

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.

See Also