Accusoft.PdfXpress7.Net
LzwPredictorBitsPerComponent Property




Gets and sets the LZW predictor bits per component.
Syntax
'Declaration
 
Public Property LzwPredictorBitsPerComponent As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.LzwPredictorBitsPerComponent = value
 
value = instance.LzwPredictorBitsPerComponent
public int LzwPredictorBitsPerComponent {get; set;}
public: __property int get_LzwPredictorBitsPerComponent();
public: __property void set_LzwPredictorBitsPerComponent( 
   int value
);
public:
property int LzwPredictorBitsPerComponent {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the LZW predicator bits per component.
Remarks

See 'BitsPerComponent' 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