Click or drag to resize

TiffDecoderGetBestScale Method

Gets the most effiicient image scale stored within the codec.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double GetBestScale(
	Stream stream,
	int frameIndex,
	double requestedScale
)

Parameters

stream
Type: System.IOStream
encoded image stream
frameIndex
Type: SystemInt32
Zero based frame index
requestedScale
Type: SystemDouble
Requested image scale.

Return Value

Type: Double
Always returns 1.0.

Implements

IScaledDecoderGetBestScale(Stream, Int32, Double)
See Also