Accusoft.PdfXpress7.Net
LzwTiff Property




Gets and sets an indication of when to increase code length.
Syntax
'Declaration
 
Public Property LzwTiff As Boolean
'Usage
 
Dim instance As ImageDataInfo
Dim value As Boolean
 
instance.LzwTiff = value
 
value = instance.LzwTiff
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);
}

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.
Remarks

See 'EarlyChange' entry of PDF Reference (Version 1.7), Section 3.3.3, Table 3.7.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback