DeleteFormatImages Method

Moxiecode Image Manager API

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

Namespace:  Moxiecode.ImageManager.Utils
Assembly:  MCImageManager (in MCImageManager.dll) Version: 1.0.0.0

Syntax

C#
public static void DeleteFormatImages(
	string path,
	string format
)
Visual Basic (Declaration)
Public Shared Sub DeleteFormatImages ( _
	path As String, _
	format As String _
)
Visual C++
public:
static void DeleteFormatImages(
	String^ path, 
	String^ format
)

Parameters

path
Type: System..::.String
File name to format.
format
Type: System..::.String
Format string to process.

See Also