Gets and sets an indicator if EOFB (End Of Facsimile Block) is present (see TIFF tag 293).
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);
}
'Declaration
Public Property CcittEndOfBlock As Boolean
'Usage
Dim instance As ImageDataInfo
Dim value As Boolean
instance.CcittEndOfBlock = value
value = instance.CcittEndOfBlock
Property Value
A boolean value which is
true if EOFB is present. Otherwise,
false is used.