GetThumbnail

GetThumbnail(float, float)

Returns a Thumbnail Bitmap object with custom scaling.

public Bitmap GetThumbnail(float scaleX, float scaleY)
ParameterTypeDescription
scaleXSingleThe value by which to scale this Thumbnail in the x-axis direction.
scaleYSingleThe value by which to scale this Thumbnail in the y-axis direction.

Return Value

Bitmap object Bitmap

See Also


GetThumbnail()

Returns a Thumbnail Image object (20% of real size).

public Bitmap GetThumbnail()

Return Value

Bitmap object Bitmap

See Also


GetThumbnail(Size)

Returns a Thumbnail Bitmap object with specified size.

public Bitmap GetThumbnail(Size imageSize)
ParameterTypeDescription
imageSizeSizeSize of the image to create.

Return Value

Bitmap object.

See Also


GetThumbnail(ITiffOptions)

Returns a Thumbnail tiff bitmap object with specified parameters.

public Bitmap GetThumbnail(ITiffOptions options)
ParameterTypeDescription
optionsITiffOptionsTiff options.

Return Value

Bitmap object.

See Also


GetThumbnail(IRenderingOptions)

Returns a Thumbnail Bitmap object.

public Bitmap GetThumbnail(IRenderingOptions options)
ParameterTypeDescription
optionsIRenderingOptionsRendering options.

Return Value

Bitmap objects.

See Also


GetThumbnail(IRenderingOptions, float, float)

Returns a Thumbnail Bitmap object with custom scaling.

public Bitmap GetThumbnail(IRenderingOptions options, float scaleX, float scaleY)
ParameterTypeDescription
optionsIRenderingOptionsRendering options.
scaleXSingleThe value by which to scale this Thumbnail in the x-axis direction.
scaleYSingleThe value by which to scale this Thumbnail in the y-axis direction.

Return Value

Bitmap objects.

See Also


GetThumbnail(IRenderingOptions, Size)

Returns a Thumbnail Bitmap object with specified size.

public Bitmap GetThumbnail(IRenderingOptions options, Size imageSize)
ParameterTypeDescription
optionsIRenderingOptionsRendering options.
imageSizeSizeSize of the image to create.

Return Value

Bitmap objects.

See Also