Default to printing the images selected in the associated TImageEnMView instead of printing all images. IEImageList only.

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

Collapse imageSyntax

         
 C#  Visual Basic  Visual C++ 
public bool PrintSelected { get; set; }
Public Property PrintSelected As Boolean
	Get
	Set
public:
property bool PrintSelected {
	bool get ();
	void set (bool value);
}

Collapse imageSee Also