public final class RtfImageType
extends com.aspose.ms.System.Enum
Enum, representing image types.
| Modifier and Type | Field and Description |
|---|---|
static int |
Jpeg
Image in JPEG format.
|
static int |
Png
Image in PNG format.
|
static int |
Unknown
Image type not defined in documentation
|
static int |
Wmf
Image in WMF format.
|
public static final int Unknown
Image type not defined in documentation
public static final int Jpeg
Image in JPEG format.
public static final int Png
Image in PNG format.
public static final int Wmf
Image in WMF format.
Copyright © 2026 Aspose. All Rights Reserved.