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
format
Type: Microsoft.Office.Server.PowerPoint.Conversion.PictureFormatA PictureFormat that specifies the output image format.
width
Type: System.UInt32A UInt32 that specifies the width, in pixels, of the picture.
height
Type: System.UInt32A UInt32 that specifies the height, in pixels, of the picture.