Share via


ViewObjectClass.ExportAsFixedFormat method

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Public Overridable Sub ExportAsFixedFormat ( _
    bstrURL As String, _
    bstrFormat As String, _
    varExporter As Object _
)
'Usage
Dim instance As ViewObjectClass
Dim bstrURL As String
Dim bstrFormat As String
Dim varExporter As Object

instance.ExportAsFixedFormat(bstrURL, _
    bstrFormat, varExporter)
public virtual void ExportAsFixedFormat(
    string bstrURL,
    string bstrFormat,
    Object varExporter
)

Parameters

Implements

View3.ExportAsFixedFormat(String, String, Object)

See also

Reference

ViewObjectClass class

ViewObjectClass members

Microsoft.Office.Interop.InfoPath namespace