ImageReferenceCollection.Save Method

HTML to MAML Converter

ImageReferenceCollectionSave Method
Write the image reference collection to a media content file.

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void Save(
	string filename
)
Public Sub Save ( 
	filename As String
)
public:
void Save(
	String^ filename
)
member Save : 
        filename : string -> unit 

Parameters

filename
Type: SystemString
The file to which the image reference collection is saved.
See Also