Solid Edge Framework Type Library
BeforeDocumentPrint Method
Specifies the Document object for which the event is triggered.
Specifies the handle for the device context.
Description
Occurs before a specified document is printed.
Syntax
Visual Basic
Public Function BeforeDocumentPrint( _
   ByVal theDocument As Object, _
   ByVal hDC As Long, _
   ByRef ModelToDC As Double, _
   ByRef Rect As Long _
) As HResult
Parameters
theDocument
Specifies the Document object for which the event is triggered.
hDC
Specifies the handle for the device context.
ModelToDC
Rect
See Also

ISEApplicationEvents Object  | ISEApplicationEvents Members