Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / IsStartEndDocMode Property

In This Topic
    IsStartEndDocMode Property
    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