You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.ImageFormat Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.ImageFormat Enumeration

Represents the format of an image.

Syntax
C#
public enum ImageFormat : byte { EMF = 0, PNG = 1, JPG = 2 }
Members
Description
EMF = 0
Enhanced Metafile (EMF) Format.
PNG = 1
Portable Network Graphics (PNG) format.
JPG = 2
Joint Photographic Experts Group (JPEG) format.
Copyright © 2020. All rights reserved.