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