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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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