Accusoft.TwainPro9.Net
Format Property




Gets and sets the format of the saved file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property Format As ScannedImageFormat
'Usage
 
Dim instance As SaveOptions
Dim value As ScannedImageFormat
 
instance.Format = value
 
value = instance.Format
[BrowsableAttribute(false)]
public ScannedImageFormat Format {get; set;}
[BrowsableAttribute(false)]
public: __property ScannedImageFormat get_Format();
public: __property void set_Format( 
   ScannedImageFormat value
);
[BrowsableAttribute(false)]
public:
property ScannedImageFormat Format {
   ScannedImageFormat get();
   void set (    ScannedImageFormat value);
}

Property Value

A ScannedImageFormat to save the file in.
Remarks

The default value is ScannedImageFormat.Default.

See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback