IDocumentExporter Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IDocumentExporter members.

Public Methods

 NameDescription
 MethodExportToBmpSaves the current view of the drawing as a .bmp (Bitmap) file.  
 MethodExportToEmfSaves the current view of the drawing as a .emf (Microsoft Windows Enhanced Metafile) file.  
 MethodExportToJpgSaves the current view of the drawing as a .jpg (Joint Photographic Expert Group standard) file.  
 MethodExportToPdfSaves the current view of the drawing as a .pdf (Portable Document Format) file.  
 MethodExportToPngSaves the current view of the drawing as a .png (Portable Network Graphics bitmap image) file.  
 MethodExportToSldSaves the current view of the drawing as a .sld (Slide) file.  
 MethodExportToStlSaves the current view of the drawing as a .stl (Standard Tessellation Language) file.  
 MethodExportToSvgSaves the current view of the drawing as a .svg (Scalable Vector Graphics) file.  
 MethodExportToTiffSaves the current view of the drawing as a .tiff (Tagged Image File Format) file.  
Top

See Also