ISqm.SetStreamParameters - Méthode

Espace de noms :  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly :  Microsoft.Office.Server.Conversion.ViewerInterface (dans Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntaxe

'Déclaration
Function SetStreamParameters ( _
    datapoint As UInteger, _
    maxElements As UInteger, _
    preAllocateMax As Boolean, _
    width As UShort, _
    streamType As SqmStreamType _
) As Boolean
'Utilisation
Dim instance As ISqm
Dim datapoint As UInteger
Dim maxElements As UInteger
Dim preAllocateMax As Boolean
Dim width As UShort
Dim streamType As SqmStreamType
Dim returnValue As Boolean

returnValue = instance.SetStreamParameters(datapoint, _
    maxElements, preAllocateMax, width, _
    streamType)
bool SetStreamParameters(
    uint datapoint,
    uint maxElements,
    bool preAllocateMax,
    ushort width,
    SqmStreamType streamType
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

ISqm interface

ISqm - Membres

Microsoft.Office.Web.Conversion.ViewerInterface - Espace de noms