[Visual
Basic] imagekitcontrolname.Edit.StampBmpFile
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetEdit().GetStampBmpFile()
imagekitcontrolname.GetEdit().SetStampBmpFile(LPCTSTR Val)
imagekitcontrolname.GetEdit().SetStampBmpFile(LPCTSTR Val)
Property Value
The file name for the bitmap image that is used for the stamp.
Explanation
The StampBmpFile property sets the bitmap file used for the stamp in the image-editing toolbar.
Note: The transparent color must be set PRIOR to setting the StampBmpFile property.
Example: (Setting white as the transparent color)
ImageKit1.Edit.StampTransBlue = 255
ImageKit1.Edit.StampTransGreen = 255
ImageKit1.Edit.StampTransRed = 255
ImageKit1.Edit.StampBmpFileName = "Stamp.bmp"
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.