IsStartEndDocMode Property (C1PrintDocument)
In This Topic
Gets a value indicating whether the document is being generated via
C1PrintDocument.StartDoc /
C1PrintDocument.EndDoc methods.
Syntax
'Declaration
Public ReadOnly Property IsStartEndDocMode As Boolean
public bool IsStartEndDocMode {get;}
See Also