Accusoft.ImagXpress13.Net
Cosited Property (SaveOptionsJpeg)




Gets and sets if the image should be compressed with cosited subsampling when saving.
Syntax
'Declaration
 
Public Property Cosited As Boolean
'Usage
 
Dim instance As SaveOptionsJpeg
Dim value As Boolean
 
instance.Cosited = value
 
value = instance.Cosited
public bool Cosited {get; set;}
public: __property bool get_Cosited();
public: __property void set_Cosited( 
   bool value
);
public:
property bool Cosited {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the image should be compressed with cosited subsampling when saving. Otherwise, false should be set.
Remarks

The default value is false.

See Also

Reference

SaveOptionsJpeg Class
SaveOptionsJpeg Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback