z

Enum ImageWriter.EImageFileType

Output container types supported by the writer.

public enum ImageWriter.EImageFileType

Field

Jpeg

JPEG image.

Jpeg = 0

Pdf

PDF document.

Pdf = 258

PdfPng

PDF/PNG hybrid container.

PdfPng = 1000

Png

PNG image.

Png = 1

PngExt

Extended PNG format.

PngExt = 259

Tiff

TIFF image.

Tiff = 257

Unknow

Unknown file type.

Unknow = -1

WebM

WebM container.

WebM = 2
Top