Accusoft.PdfXpress7.Net
LzwPredictorSamplesPerRow Property




Gets and sets LZW predictor samples per row.
Syntax
'Declaration
 
Public Property LzwPredictorSamplesPerRow As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.LzwPredictorSamplesPerRow = value
 
value = instance.LzwPredictorSamplesPerRow
public int LzwPredictorSamplesPerRow {get; set;}
public: __property int get_LzwPredictorSamplesPerRow();
public: __property void set_LzwPredictorSamplesPerRow( 
   int value
);
public:
property int LzwPredictorSamplesPerRow {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the samples per row.
Remarks

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