Accusoft.ImagXpress13.Net
Image Property (ImageXView)




Gets and sets the current image view.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Image As ImageX
'Usage
 
Dim instance As ImageXView
Dim value As ImageX
 
instance.Image = value
 
value = instance.Image
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public ImageX Image {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property ImageX* get_Image();
public: __property void set_Image( 
   ImageX* value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property ImageX^ Image {
   ImageX^ get();
   void set (    ImageX^ value);
}

Property Value

An ImageX object.
Remarks
Note: Disposing of the ImageXView object does not dispose of its Image property unless the AutoImageDispose property has been set to true. Anytime the Image property is assigned a new ImageX object, the previous ImageX object should have its Dispose method called to explicitly dispose of the ImageX object if the application is done with the ImageX object. Failure to call Dispose on the ImageX object may result in a memory leak.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback