Accusoft.ImagXpress13.Net
Resolution Property (LoadOptionsMetafile)




Gets and sets the resolution at which to load the image.
Syntax
'Declaration
 
Public Property Resolution As Resolution
'Usage
 
Dim instance As LoadOptionsMetafile
Dim value As Resolution
 
instance.Resolution = value
 
value = instance.Resolution
public Resolution Resolution {get; set;}
public: __property Resolution* get_Resolution();
public: __property void set_Resolution( 
   Resolution* value
);
public:
property Resolution^ Resolution {
   Resolution^ get();
   void set (    Resolution^ value);
}

Property Value

The Resolution for loading the image.
See Also

Reference

LoadOptionsMetafile Class
LoadOptionsMetafile Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback