Share

ImageFileType Enumeration

This enum is used to define exported file type.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum ImageFileType

Members

Member nameValueDescription
BMP0 BMP
JPEGLossless1 JPEG with high quality picture
JPEGMedium2 JPEG with medium quality picture
JPEGSmallest3 JPEG with lower quality picture and small file size
PNG4 PNG
TARGA5 TARGA
TIFF6 TIFF

See Also

Reference

Was this information helpful?