<Code Lib>
M

ImageType.Create(Document, ImageTypeOptions)

Description:
Creates a new ImageType element and loads the image into it.
Remarks:

The ImageType will be created but will not be placed into any view.

Overloads (2):
Create(Document,ImageTypeOptions)

public static ImageType Create(
	Document document,
	ImageTypeOptions options
)

Return Value The new ImageType. The new ImageType.

Loading…