ProgressiveImageEventArgsCancel Property |
Gets or sets a value indicating if the decoding should be cancelled.
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool Cancel { get; set; }Public Property Cancel As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating if the decoding should be cancelled.
Remarks This value should be set to true in the event handler to stop loading the image.
See Also