This enum is used to define exported file type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ImageFileType
Members
Member name | Value | Description |
---|---|---|
BMP | 0 | BMP |
JPEGLossless | 1 | JPEG with high quality picture |
JPEGMedium | 2 | JPEG with medium quality picture |
JPEGSmallest | 3 | JPEG with lower quality picture and small file size |
PNG | 4 | PNG |
TARGA | 5 | TARGA |
TIFF | 6 | TIFF |