Gets and sets if the image should be compressed with cosited subsampling when saving.
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);
}
'Declaration
Public Property Cosited As Boolean
'Usage
Dim instance As SaveOptionsJpeg
Dim value As Boolean
instance.Cosited = value
value = instance.Cosited
Property Value
A boolean value which is
true if the image should be compressed with cosited subsampling when saving. Otherwise,
false should be set.