Accusoft.ImagXpress13.Net
Cosited Property (LoadOptionsJpeg)




Gets and sets if the image was compressed with cosited subsampling.
Syntax
'Declaration
 
Public Property Cosited As Boolean
'Usage
 
Dim instance As LoadOptionsJpeg
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 was compressed with cosited subsampling. Otherwise, false is returned.
Remarks

There is no flag in JPEG files to indicate compression with cosited (2-1-1) subsampling. Therefore, this fact must be determined independently by the application performing the file load method.

See Also

Reference

LoadOptionsJpeg Class
LoadOptionsJpeg Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback