dbicDayView Send comments on this topic.
enumImageType Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView 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.DayView.enumImageType

Requirements

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

See Also