Accusoft.FormFix5.Net
Image Property




An image containing the field data, with the form dropped out.
Syntax
'Declaration
 
Public ReadOnly Property Image As FormImage
'Usage
 
Dim instance As DropOutResult
Dim value As FormImage
 
value = instance.Image
public FormImage Image {get;}
public: __property FormImage* get_Image();
public:
property FormImage^ Image {
   FormImage^ get();
}
Remarks

This image contains the dropped-out field and is the primary result of form drop-out. The actual content of this image depends on the settings you provided when you called the CreateImageOfField method.

Note:FormImage implements the IDisposable interface and you should always call its FormImage.Dispose method when you are finished using the image.

See Also

Reference

DropOutResult Class
DropOutResult Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback