Saves a current CAD image to the file of the specified format.
Namespace:CADImport Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration)
Public Sub SaveToFile( _ ByVal FileName As String, _ ByVal ImgFormat As ImageFormat, _ ByVal aCurRect As DRect, _ ByVal clipRect As Rectangle, _ ByVal pixelFormat As PixelFormat _ )