dbicMonth Send comments on this topic.
enumImageType Enumeration
See Also  
dbicMonth Assembly > Dbi.WinControl.Month 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
BmpA bitmap will be created.
GifA gif will be created.
JpegA jpeg will be created.
PngA png will be created.

Inheritance Hierarchy

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

Requirements

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

See Also