AnimatedGifConfigurationReportOverallProgress Property
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public bool? ReportOverallProgress { get; set; }
Public Property ReportOverallProgress As Boolean?
Get
Set
public:
property Nullable<bool> ReportOverallProgress {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ReportOverallProgress : Nullable<bool> with get, set
Property Value
NullableBoolean
If
, then both overall and sub-task progress are reported. You can filter overall progress steps by considering
Saving operations only.
If
, then only overall progress steps are reported. Please note that if the count of the
IEnumerableT
instance passed to the constructor cannot be determined in a trivial way, then the maximum value of the steps will be adjusted dynamically.
If
, then only sub-task progress steps are reported such as optimizing palette, quantizing and other processing operations.