Share via


PictureSettings constructor (PictureFormat, UInt32, UInt32)

Initializes a new instance of the PictureSettings class.

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

Syntax

'Declaration
Public Sub New ( _
    format As PictureFormat, _
    width As UInteger, _
    height As UInteger _
)
'Usage
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
)

Parameters

See also

Reference

PictureSettings class

PictureSettings members

PictureSettings overload

Microsoft.Office.Server.PowerPoint.Conversion namespace