EK RTF report components for .Net
PreviousUpNext
EkImageFormat Members

The following tables list the members exposed by EkImageFormat.

 
Name 
Description 
 
Use Create to programmatically instantiate an EkImageFormat object. Create sets: SizeX=x, SizeY=y, ScaleX=100, ScaleY=100, Proportional=true. 
 
Sets such scale that width of image was equal x pixels.If proportional=true, ScaleY also will be changed. 
 
Sets such scale that height of image was equal y pixels.If proportional=true, ScaleX also will be changed. 
 
Sets image border with specified parameters. 
 
Sets SizeX=x, SizeY=y, ScaleX=100, ScaleY=100. This method do not changes actual size of image. It only needs for size reinitialization of EkImageFormat instance. 
 
Name 
Description 
 
Represents border type, width and color for given image. By default images put in the report have no borders. 
 
Border width in twips. Read only. 
 
If this property is set to true, then changing ScaleX will change proportional ScaleY, changing ScaleY will change proportional ScaleX. If you want to set ScaleX different to... more 
 
Image scale X in percent. 100 by default. 
 
Image scale Y in percent. 100 by default. 
 
Image scale X in percent. 100 by default. 
 
Width of image in millimeters. Set width of image in OnImageFormat event. This property is recommended for using when you need to set exact size of graphic in report. 
 
Height of image in pixels. Read only. 
 
Height of image in millimeters. Set height of image in OnImageFormat event. This property is recommended for using when you need to set exact size of graphic in report. 
Copyright (c) 2007. All rights reserved.