This .NET class wraps the AcDbRasterImage::ClipBoundaryType ObjectARX ebum.
Public Enum ClipBoundaryType Invalid Rectangle Poly End Enum
public enum ClipBoundaryType { Invalid, Rectangle, Poly }