Gets and sets an indication of when to increase code length.
public bool LzwTiff {get; set;}
public: __property bool get_LzwTiff();
public: __property void set_LzwTiff(
bool value
);
public:
property bool LzwTiff {
bool get();
void set ( bool value);
}
'Declaration
Public Property LzwTiff As Boolean
'Usage
Dim instance As ImageDataInfo
Dim value As Boolean
instance.LzwTiff = value
value = instance.LzwTiff
Property Value
A boolean which is true when code length increases occur one code early, and false when code length increases are postponed as long as possible.