LEADTOOLS Image Processing (Leadtools.ImageOptimization assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ImageOptimizerDirectoryData Class Members
See Also  Properties 
Leadtools.ImageOptimization Namespace : ImageOptimizerDirectoryData Class

The following tables list the members exposed by ImageOptimizerDirectoryData.

Public Constructors

 NameDescription
public Constructor ImageOptimizerDirectoryData ConstructorInitializes a new ImageOptimizerDirectoryData class object.  
Top

Public Properties

 NameDescription
public Property FilePercentGets the percent completion for the image currently being optimized, when the Status property is ImageOptimizerDirectoryStatus.OptimizingImage.  
public Property ImageInfoGets a Leadtools.Codecs.CodecsImageInfo class that contains information about the image file being optimized.  
public Property InputFileNameGets the original, complete file name.  
public Property OptionsGets or sets the options used when optimizing the image specified in InputFileName.  
public Property OutputFileNameGets the optimized, complete file name.  
public Property SkipImageGets or sets a value that indicates whether to skip processing the current image being optimized.  
public Property StatusGets the current status of the directory optimization process.  
public Property TotalFolderFilesCountGets the total number of files in the directory to be optimized.  
public Property TotalPercentGets the percent completion for the entire optimization task, when the Status property is ImageOptimizerDirectoryStatus.OptimizingImage.  
Top

See Also