Share via


IViewerServer.GetSectionCount method

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

Syntax

'Declaration
Function GetSectionCount ( _
    outputFormat As ViewFormat, _
    <OutAttribute> ByRef sectionCount As Integer _
) As ServerResult
'Usage
Dim instance As IViewerServer
Dim outputFormat As ViewFormat
Dim sectionCount As Integer
Dim returnValue As ServerResult

returnValue = instance.GetSectionCount(outputFormat, _
    sectionCount)
ServerResult GetSectionCount(
    ViewFormat outputFormat,
    out 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