Accusoft.ImagXpress13.Net
Image Property (Processor)




Gets and sets the image to be processed.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Image As ImageX
'Usage
 
Dim instance As Processor
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 Processor object does not dispose of its Image property. The Image must be explicitly disposed if it has been assigned a new ImageX object otherwise memory will leak.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback