Click or drag to resize

McOutputSave Method

Saves the content of an output page to a file.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub Save ( 
	FileName As String,
	Optional Flags As mcOutputSaveFlags = mcOutputSaveFlags.mcosfText,
	Optional Page As Object = Nothing
)

Parameters

FileName
Type: SystemString
Name of the file to which the content need to be saved.
Flags (Optional)
Type: mcOutputSaveFlags
Flag options for the format of saving the content as Interop.mcOutputSaveFlags
Page (Optional)
Type: SystemObject
McCommandBarPage name as object

Implements

IMcOutput.Save(String, mcOutputSaveFlags, Object)
Remarks