TQRDBImageEn and TQRImageEn components installation

To install components select "Component->Install Component" menu and browse QRDBImageEn.dcu and QRImageEn.dcu (or .obj for C++Builder). I suggest you to install them in dclusr package (the default).
Required packages for C++Builder 4 are:
  pkiectrlc4
  pkiedbc4
  qrpt40
  vcl40
  vcldb40
Required packages for Delphi 5 are:
  pkiectrl5
  pkiedb5
  qrpt50
  vcl50
  vclbde50
  vcldb50
Required packages for Delphi 3 are:
  pkiectrl
  pkiedb
  qrpt30
  vcl30
  vcldb30
  vclx30

Required packages for Delphi 4 are:
  pkiectrl4
  pkiedb4
  qrpt40
  vcl40
  vcldb40

TQRDBImageEn component
======================

TQRDBImageEn is like standard TQRDBImage component with a some added features.
It can display PCX, GIF, JPEG, PNG and TIFF images stored in a blob field.
TQRDBImageEn requires a DataSource to be connected to.

property StreamHeaders:boolean;
Set StreamHeaders to false to load images stored with other software rather than ImageEn (or stored with StreamHeaders of TDBImageEnView to false).

property Fit:boolean;
Fit the image inside component.

property Center:boolean;
Center the image inside component.

property ShadowSize:integer;
Sets the size (in pixel) of the shadow. Set this property to 0 to remove the shadow.

property ShadowType:TShadowType;
Sets the shadow kind. It can be:
iestNone    : no shadow
iestSolid   : solid shadow
iestSmooth1 : smoothed shadow 1
iestSmooth2 : smoothed shadow 2

property GammaCorrection:double;
Adjust the gamma of printed image. This value depends by your printer.

property ImageBorder:boolean;
Draw a rectangle that limits the image (this isn't the component border)

property ImageShadow:boolean;
If True draw the shadow around the image rectangle insted of component rectangle.


TQRImageEn component
====================

TQRImageEn is like TQRImage component but it can be attached to a TImageEnView, TImageEnMView or TImageEn component.
In this way you can easy print an image contained in a TImageEn component.

property AttachedImageEn:TIEView;
Use this property to connect TQRImageEn to a TImageEnView, TImageEnMView or TImageEn component.

property StreamHeaders:boolean;
Set StreamHeaders to false to load images stored with other software rather than ImageEn (or stored with StreamHeaders of TDBImageEnView to false).

property Fit:boolean;
Fit the image inside component.

property Center:boolean;
Center the image inside component.

property ShadowSize:integer;
Sets the size (in pixel) of the shadow. Set this property to 0 to remove the shadow.

property ShadowType:TShadowType;
Sets the shadow kind. It can be:
iestNone    : no shadow
iestSolid   : solid shadow
iestSmooth1 : smoothed shadow 1
iestSmooth2 : smoothed shadow 2

property GammaCorrection:double;
Adjust the gamma of printed image. This value depends by your printer.

property ImageBorder:boolean;
Draw a rectangle that limits the image (this isn't the component border)

property ImageShadow:boolean;
If True draw the shadow around the image rectangle insted of component rectangle.


===============

Copyright (c) 1999/200 by Encomps
All rights reserved.

http://web.tiscalinet.it/encomps
