dbicCalendar Send comments on this topic.
enumImageType Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : enumImageType Enumeration

The type of image to create with the CreateImage Method

Syntax

Visual Basic (Declaration) 
Public Enum enumImageType 
   Inherits System.Enum
C# 
public enum enumImageType : System.Enum 

Members

MemberDescription
BmpThe image will be of type bmp.
GifThe image will be of type Gif.
JpegThe image will be of type Jpeg.
PNGThe image will be of type PNG.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calendar.enumImageType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also