Accusoft.ImagXpress13.Net
Resolution Property (LoadOptionsMetafile)




Gets and sets the resolution at which to load the image.
Syntax
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);
}
'Declaration
 
Public Property Resolution As Resolution
 
'Usage
 
Dim instance As LoadOptionsMetafile
Dim value As Resolution
 
instance.Resolution = value
 
value = instance.Resolution

Property Value

The Resolution for loading the image.
See Also

Reference

LoadOptionsMetafile Class
LoadOptionsMetafile Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback