PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Cancel Property

In This Topic
    Cancel Property (C1PrintDocument)
    In This Topic
    Gets or sets a value indicating whether to cancel the generation of the current document. Note that this property is useful only if C1PrintDocument.DoEvents is set to true.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    Remarks
    Setting this property to true can only be done while the current document is being generated (i.e. the value of the C1PrintDocument.BusyState property is equal to BusyStateEnum.Generating). An attempt to set this property to true when the document is not being generated will cause an exception.
    See Also