ImageUtils.DeleteFormatImages Method

Moxiecode ImageManager

MCManager classes

ImageUtils.DeleteFormatImages Method 

Delete formats for the specified image based. Format parameters: %f - Filename. %e - Extension. %w - Image width. %h - Image height. %tw - Target width. %th - Target height. %ow - Original width. %oh - Original height. Examples: 320x240|gif=%f_%w_%h.gif,320x240=%f_%w_%h.%e

public static void DeleteFormatImages(
   string path,
   string format
);

Parameters

path
File name to format.
format
Format string to process.

See Also

ImageUtils Class | Moxiecode.ImageManager.Utils Namespace