Gets and sets the size of the encoded group.
public int CcittK {get; set;}
public: __property int get_CcittK();
public: __property void set_CcittK(
int value
);
public:
property int CcittK {
int get();
void set ( int value);
}
'Declaration
Public Property CcittK As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.CcittK = value
value = instance.CcittK
Property Value
An integer value which represents the size of the encoded group. -1 for Group 4, 0 for Group 3, and > 0 for Group 3-2D, where this value is the size of the encoded group.