Accusoft.PdfXpress6.Net
CcittEncodedByteAlign Property




Gets and sets an indicator if the compressed data is a multiple of 8 bits wide (see TIFF tag 292, bit 2).
Syntax
'Declaration
 
Public Property CcittEncodedByteAlign As Boolean
'Usage
 
Dim instance As ImageDataInfo
Dim value As Boolean
 
instance.CcittEncodedByteAlign = value
 
value = instance.CcittEncodedByteAlign
public bool CcittEncodedByteAlign {get; set;}
public: __property bool get_CcittEncodedByteAlign();
public: __property void set_CcittEncodedByteAlign( 
   bool value
);
public:
property bool CcittEncodedByteAlign {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the compressed data is a multiple of 8 bits. Otherwise, false is used.
Remarks

See 'EncodedByteAlign' entry of PDF Reference (Version 1.7), Section 3.3.5, Table 3.9. See TIFF tag 292, http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback