Accusoft.PdfXpress7.Net
LzwColors Property




Gets and sets LZW predictor colors value.
Syntax
'Declaration
 
Public Property LzwColors As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.LzwColors = value
 
value = instance.LzwColors
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);
}

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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback