Accusoft.PdfXpress6.Net
CcittEndOfBlock Property




Gets and sets an indicator if EOFB (End Of Facsimile Block) is present (see TIFF tag 293).
Syntax
'Declaration
 
Public Property CcittEndOfBlock As Boolean
'Usage
 
Dim instance As ImageDataInfo
Dim value As Boolean
 
instance.CcittEndOfBlock = value
 
value = instance.CcittEndOfBlock
public bool CcittEndOfBlock {get; set;}
public: __property bool get_CcittEndOfBlock();
public: __property void set_CcittEndOfBlock( 
   bool value
);
public:
property bool CcittEndOfBlock {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if EOFB is present. Otherwise, false is used.
Remarks

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