Table of Contents

FlexCelPdfExport.Canceled Property

If true the export has been canceled with Cancel method. You can't set this variable to false, and setting it true is the same as calling Cancel.

Syntax

Namespace: FlexCel.Render

public Boolean Canceled { get; set; }

See also