Constants - Image Formats¶
Reports can be exported as image file(s) with the ExportReport method. The format of the image needs to be specified in a member of a DRImageExportOptions variable as one of the following constants.
| Constants | Description |
|---|---|
C_drJPEG |
JPEG/JPG (Joint Photographic Experts Group) |
C_drGIF |
GIF (Graphics Interchange Format) |
C_drTIFF |
TIFF (Tagged Image File Format) |
C_drPNG |
PNG (Portable Network Graphics) |