Accusoft.PdfXpress6.Net
CcittK Property




Gets and sets the size of the encoded group.
Syntax
'Declaration
 
Public Property CcittK As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.CcittK = value
 
value = instance.CcittK
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);
}

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.
Remarks

See 'K' entry of PDF Reference (Version 1.7), Section 3.3.5, Table 3.9.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback