Partager via


PictureSettings - Constructeur (PictureFormat, UInt32, UInt32)

Initialise une nouvelle instance de la classe PictureSettings .

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 ( _
    format As PictureFormat, _
    width As UInteger, _
    height As UInteger _
)
'Utilisation
Dim format As PictureFormat
Dim width As UInteger
Dim height As UInteger

Dim instance As New PictureSettings(format, _
    width, height)
public PictureSettings(
    PictureFormat format,
    uint width,
    uint height
)

Paramètres

Voir aussi

Référence

PictureSettings classe

PictureSettings - Membres

PictureSettings - Surcharge

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