GetImages

GetImages(IRenderingOptions)

返回演示文稿所有幻灯片的缩略图图像对象。

public IImage[] GetImages(IRenderingOptions options)
参数类型描述
optionsIRenderingOptions渲染选项。

返回值

Bitmap 对象。

另请参阅


GetImages(IRenderingOptions, int[])

返回指定幻灯片的缩略图位图对象。

public IImage[] GetImages(IRenderingOptions options, int[] slides)
参数类型描述
optionsIRenderingOptions渲染选项。
slidesInt32[]从 1 开始的幻灯片位置数组。

返回值

Bitmap 对象。

另请参阅


GetImages(IRenderingOptions, float, float)

返回具有自定义缩放的演示文稿所有幻灯片的缩略图图像对象。

public IImage[] GetImages(IRenderingOptions options, float scaleX, float scaleY)
参数类型描述
optionsIRenderingOptions渲染选项。
scaleXSingle沿 X 轴方向缩放此缩略图的值。
scaleYSingle沿 Y 轴方向缩放此缩略图的值。

返回值

Bitmap 对象。

另请参阅


GetImages(IRenderingOptions, int[], float, float)

返回具有自定义缩放的指定幻灯片的缩略图图像对象。

public IImage[] GetImages(IRenderingOptions options, int[] slides, float scaleX, float scaleY)
参数类型描述
optionsIRenderingOptions渲染选项。
slidesInt32[]从 1 开始的幻灯片位置数组。
scaleXSingle沿 X 轴方向缩放此缩略图的值。
scaleYSingle沿 Y 轴方向缩放此缩略图的值。

返回值

Bitmap 对象。

另请参阅


GetImages(IRenderingOptions, Size)

返回具有指定大小的演示文稿所有幻灯片的缩略图图像对象。

public IImage[] GetImages(IRenderingOptions options, Size imageSize)
参数类型描述
optionsIRenderingOptions渲染选项。
imageSizeSize要创建的图像的大小。

返回值

Bitmap 对象。

另请参阅


GetImages(IRenderingOptions, int[], Size)

返回具有指定大小的指定幻灯片的缩略图图像对象。

public IImage[] GetImages(IRenderingOptions options, int[] slides, Size imageSize)
参数类型描述
optionsIRenderingOptions渲染选项。
slidesInt32[]从 1 开始的幻灯片位置数组。
imageSizeSize要创建的图像的大小。

返回值

Bitmap 对象。

另请参阅