Specifies the image index (0=first page) to load for a DCX file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int DCX_ImageIndex { get; set; }
Public Property DCX_ImageIndex As Integer
	Get
	Set
public:
property int DCX_ImageIndex {
	int get ();
	void set (int value);
}

See Also