This method loads objects from the specified TIFF.

This is like LoadObjects, but gets the objects info from a tag of the TIFF file.

This method is not compatible with Wang Imaging (you have to use another method to save as Wang Imaging), but allows you to save all IEAnnotations objects.

The tag used for default is 40101

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadFromTIFF(
	string fileName,
	int pageIndex
)
Public Sub LoadFromTIFF ( _
	fileName As String, _
	pageIndex As Integer _
)
public:
void LoadFromTIFF(
	String^ fileName, 
	int pageIndex
)

Parameters

fileName
String
Specifies the TIFF from where get objects.
pageIndex
Int32
Specifies the page in a multi-page tiff used to store the objects. In this way you can store a set of objects for each tiff page.

See Also