ExportToBmp Method (IDocumentExporter) Send Feedback
See Also 
PathName
Path and file name to which to save the current view of the drawing
Success[out]
True if the current view of the drawing is saved, false if not
Saves the current view of the drawing as a .bmp (Bitmap) file.

Syntax

Visual Basic 
Sub ExportToBmp( _
   ByVal PathName As System.String, _
   ByRef Success As System.Boolean _
) 
C# 
void ExportToBmp( 
   System.string PathName,
   out System.bool Success
)
JavaScript 
ExportToBmp( 
   PathName : String
) : Boolean
COM native C++ 
HRESULT ExportToBmp( 
   BSTR PathName,
   VARIANT_BOOL* Success
) 
C++ 
DSRESULT ExportToBmp( 
   const dsString& PathName,
   bool* Success
) 

Parameters

PathName
Path and file name to which to save the current view of the drawing
Success[out] or Return Value
True if the current view of the drawing is saved, false if not

Example

 

See Also

Availability

DraftSight V1R1