Gets and sets an indicator if the compressed data is a multiple of 8 bits wide (see TIFF tag 292, bit 2).
public bool CcittEncodedByteAlign {get; set;}
public: __property bool get_CcittEncodedByteAlign();
public: __property void set_CcittEncodedByteAlign(
bool value
);
public:
property bool CcittEncodedByteAlign {
bool get();
void set ( bool value);
}
'Declaration
Public Property CcittEncodedByteAlign As Boolean
'Usage
Dim instance As ImageDataInfo
Dim value As Boolean
instance.CcittEncodedByteAlign = value
value = instance.CcittEncodedByteAlign
Property Value
A boolean value which is
true if the compressed data is a multiple of 8 bits. Otherwise,
false is used.