Accusoft.FormFix5.Net
FormImage Class Members
Properties  Methods 


The following tables list the members exposed by FormImage.

Public Constructors
 NameDescription
Public ConstructorFormImage Constructor Constructor of FromImage. It creates a new object without loading any image data.  
Top
Public Properties
 NameDescription
Public PropertyHeight The height, in pixels, of the image.  
Public PropertyHorizontalResolution The horizontal, or X, resolution of the image.  
Public PropertyResolutionUnit The measuring unit for the horizontal and vertical resolution of the image.  
Public PropertyVerticalResolution The vertical, or Y, resolution of the image.  
Public PropertyWidth The width, in pixels, of the image.  
Top
Public Methods
 NameDescription
Public MethodCopyTo Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.  
Public MethodDisposeOverloaded.  Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer.  
Public Methodstatic (Shared in Visual Basic)FromBitmap Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic)FromHbitmap Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic)FromHbitmapWithResolution Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic)FromHdibOverloaded.  Creates a new object and places a copy of the given image into it.  
Public MethodToBitmapReturns a new System.Drawing.Bitmap object containing a copy of the image in this object.  
Public MethodToHbitmap Returns a new WIN32 HBITMAP handle containing a copy of the image in this object.  
Public MethodToHdib Returns a new WIN32 HDIB handle containing a copy of the image in this object.  
Public MethodTransferTo Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize A finalizer for the object.  
Top
See Also

Reference

FormImage Class
Accusoft.FormFixSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback