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
- datapoint
Type : System.UInt32
- maxElements
Type : System.UInt32
- preAllocateMax
Type : System.Boolean
- width
Type : System.UInt16
- streamType
Type : Microsoft.Office.Web.Conversion.ViewerInterface.SqmStreamType
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
Microsoft.Office.Web.Conversion.ViewerInterface - Espace de noms