Leadtools.ImageOptimization Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageOptimizerDirectoryData Class Properties
See Also 
Leadtools.ImageOptimization Namespace : ImageOptimizerDirectoryData Class


For a list of all members of this type, see ImageOptimizerDirectoryData members.

Public Properties

 NameDescription
Public PropertyFilePercent Gets the percent completion for the image currently being optimized, when the Status property is ImageOptimizerDirectoryStatus.OptimizingImage.  
Public PropertyImageInfo Gets a CodecsImageInfo class that contains information about the image file being optimized.  
Public PropertyInputFileName Gets the original, complete file name.  
Public PropertyOptions Gets or sets the options used when optimizing the image specified in InputFileName.  
Public PropertyOutputFileName Gets the optimized, complete file name.  
Public PropertySkipImage Gets or sets a value that indicates whether to skip processing the current image being optimized.  
Public PropertyStatus Gets the current status of the directory optimization process.  
Public PropertyTotalFolderFilesCount Gets the total number of files in the directory to be optimized.  
Public PropertyTotalPercent Gets the percent completion for the entire optimization task, when the Status property is ImageOptimizerDirectoryStatus.OptimizingImage.  
Top

See Also