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