Accusoft.ImagXpress13.Net
Format Property (SaveOptions)




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

Property Value

A ImageXFormat enumeration value which determines the format.
See Also

Reference

SaveOptions Class
SaveOptions Members
ImageXFormat Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback