If True activates the equal images sharing. In this mode each image inserted is compared (pixel per pixel) with already inserted images.
If the new image is already inserted will be maked a reference to the old image.
For these reasons each change made to a shared image will be make to all objects that use it.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool ShareImages { get; set; }
Public Property ShareImages As Boolean Get Set
public: property bool ShareImages { bool get (); void set (bool value); }