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


The following tables list the members exposed by ImageOptimizerDirectoryData.

Public Constructors

 NameDescription
Public ConstructorImageOptimizerDirectoryData Constructor Initializes a new ImageOptimizerDirectoryData class object.  
Top

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