JBIG2TemplateType property (Main Control)
| 
   Builder Syntax  | 
  
   Byte JBIG2TemplateType  | 
| 
   Delphi Syntax  | 
  
   JBIG2TemplateType: L_UCHAR  | 
| 
   Overview  | 
  
   Refer to Saving a Bitmap to a File.  | 
Remarks
Gets or sets a value that specifies the template to be used for the template-based arithmetic encoder. Possible values are:
| 
   Value  | 
  
  Meaning | 
  
  Template | 
| 
   0  | 
  
   Three lines with 16 pixels template.  | 
  
   
  | 
| 
   1  | 
  
   Three lines with 13 pixels template.  | 
  
   
  | 
| 
   2  | 
  
   Three lines with 10 pixels template.  | 
  
   
  | 
| 
   3  | 
  
   Two lines with 10 pixels template.  | 
  
   
  | 
The default value is 0.
See Also