Accusoft.PdfXpress7.Net
LzwColors Property




Gets and sets LZW predictor colors value.
Syntax
public int LzwColors {get; set;}
public: __property int get_LzwColors();
public: __property void set_LzwColors( 
   int value
);
public:
property int LzwColors {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property LzwColors As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.LzwColors = value
 
value = instance.LzwColors

Property Value

An integer value which represents the LZW colors.
Remarks

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

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback