Share via


IViewerServer.RenderSections method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function RenderSections ( _
    outputFormat As ViewFormat, _
    sectionIndex As Integer, _
    sectionCount As Integer _
) As ServerResult
'Usage
Dim instance As IViewerServer
Dim outputFormat As ViewFormat
Dim sectionIndex As Integer
Dim sectionCount As Integer
Dim returnValue As ServerResult

returnValue = instance.RenderSections(outputFormat, _
    sectionIndex, sectionCount)
ServerResult RenderSections(
    ViewFormat outputFormat,
    int sectionIndex,
    int sectionCount
)

Parameters

Return value

Type: Microsoft.Office.Web.Conversion.ViewerInterface.ServerResult

See also

Reference

IViewerServer interface

IViewerServer members

Microsoft.Office.Web.Conversion.ViewerInterface namespace