Method SaveScreenShotBitmap
SaveScreenShotBitmap(DocumentId, int, string)
Makes a screenshot from document graphic view, with a white background
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 326, 0)]
void SaveScreenShotBitmap(DocumentId inDocumentId, int inViewId, string outFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Target document |
| int | inViewId | Id of the view |
| string | outFileName | Bitmap full path |
Remarks
This method is available since v7.20.326.000.