ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / ImageFormat Enumeration

In This Topic
    ImageFormat Enumeration
    In This Topic
    Represents the format used to encode an image into a stream.
    Syntax
    'Declaration
     
    Public Enum ImageFormat 
       Inherits System.Enum
    public enum ImageFormat : System.Enum 
    Members
    MemberDescription
    BmpBmp format.
    GifGif format.
    JpegJpeg format.
    PngPng format.
    UnknownUnknown format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Word.ImageFormat

    See Also