←Select platform

ImageOptimizerDirectoryStatus Enumeration

Summary
Indicates the status of the current optimization directory.

Syntax
C#
C++/CLI
Python
public enum ImageOptimizerDirectoryStatus 
public enum class ImageOptimizerDirectoryStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ImageOptimizerDirectoryStatus(Enum): 
   PreOptimizingImage = 2 
   OptimizingImage = 3 
Members
ValueMemberDescription
2PreOptimizingImage

Indicates that the image specified in ImageOptimizerDirectoryData.InputFileName is about to be optimized.

You can update the optimization options by updating the property ImageOptimizerDirectoryData.Options options.

3OptimizingImage(0x00000003)

Indicates that the image specified in ImageOptimizerDirectoryData.InputFileName is being optimized.

Information about the percent completion of the optimization process can be found in the ImageOptimizerDirectoryData.FilePercent and ImageOptimizerDirectoryData.TotalPercent properties.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.