Version

RichTextImageFormat Enumeration

Used to specify image format to use.
Syntax
'Declaration
 
Public Enum RichTextImageFormat 
   Inherits System.Enum
public enum RichTextImageFormat : System.Enum 
Members
MemberDescription
BmpBmp image format
DibDib image format
EmfEmf image format
GifGif image format
JpegJpeg image format
PngPng image format
TiffTiff image format
WmfWmf image format
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also