Gets an image of the document as it looks in Normal view or in the print preview.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetViewDIB() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Integer
value = instance.GetViewDIB()
|
C++/CLI | |
---|
int GetViewDIB(); |
Return Value
Pointer to DIBSECTION for image
Example
Remarks
See Also