| Visual Basic (Declaration) | |
|---|---|
Public Function CreateImage( _ ByVal strFileName As String, _ ByVal nWidth As Integer, _ ByVal nHeight As Integer _ ) As Boolean | |
Parameters
- strFileName
- The name and path of the image.
- nWidth
- The width of the image.
- nHeight
- The height of the image.
Return Value
Boolean indicating successThe type of image is determined by the ImageType Property. The image can be a fixed size, actual size, or full size.
For additional information, please see Creating an Image of dbicMonth.