PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / IsStartEndDocMode Property

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