DocumentSave Method (Image) | 
 
            Save the current document to disk with a custom thumbnail.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Save(
	Image thumbnail
)
Parameters
- thumbnail
 - Type: System.DrawingImage
Thumbnail image to use for the document. 
See Also