Partager via


FixedFormatSettings - Constructeur (PublishOption, UInt32, UInt32)

Initialise une nouvelle instance de la classe FixedFormatSettings .

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

Syntaxe

'Déclaration
Public Sub New ( _
    option As PublishOption, _
    startSlide As UInteger, _
    endSlide As UInteger _
)
'Utilisation
Dim option As PublishOption
Dim startSlide As UInteger
Dim endSlide As UInteger

Dim instance As New FixedFormatSettings(option, _
    startSlide, endSlide)
public FixedFormatSettings(
    PublishOption option,
    uint startSlide,
    uint endSlide
)

Paramètres

  • startSlide
    Type : System.UInt32

    UInt32 qui spécifie la première diapositive pour être inclus.

  • endSlide
    Type : System.UInt32

    UInt32qui spécifie la dernière diapositive dans une plage de diapositives à inclure.

Voir aussi

Référence

FixedFormatSettings classe

FixedFormatSettings - Membres

FixedFormatSettings - Surcharge

Microsoft.Office.Server.PowerPoint.Conversion - Espace de noms