OnDocumentStarting Method (SampleC1PrintDocument)
In This Topic
Called when the document is starting to generate. Raises the
C1.C1Preview.C1PrintDocument.DocumentStarting event. The
C1.C1Preview.C1PrintDocument.BusyState property is set to
C1.C1Preview.BusyStateEnum.Generating after this method returns. See remarks for more details.
Syntax
'Declaration
Protected Overridable Sub OnDocumentStarting()
protected virtual void OnDocumentStarting()
See Also