Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / CancellationToken Property

In This Topic
    CancellationToken Property
    In This Topic
    Gets or sets the System.Threading.CancellationToken object. Allows canceling the execution of GcPdfDocument.SaveAsXXX() methods, see CancellationToken.
    Syntax
    'Declaration
     
    Public Property CancellationToken As System.Threading.CancellationToken
    public System.Threading.CancellationToken CancellationToken {get; set;}
    See Also