'Declaration Public Function GetImageRect( _
ByVal rectIndexThe zero based the rectangle index.As System.Int32, _
ByVal scaleScale factor. Possible values: 1 - original image rect should be get; N - reduced image rect should be get.As System.Int32, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal intermediateImageRequestDelegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)As System.EventHandler(Of ProgressEventArgs), _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.EventHandler(Of IntermediateImageRequestEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImageRect(
System.Int32 rectIndex,
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings imageLoadingProgress,
System.EventHandler<ProgressEventArgs> intermediateImageRequest,
System.EventHandler<IntermediateImageRequestEventArgs> decodingSettings
)
public: Vintasoft.Imaging.VintasoftImage* GetImageRect(
System.Int32 rectIndex,
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* imageLoadingProgress,
System.EventHandler<ProgressEventArgs*>* intermediateImageRequest,
System.EventHandler<IntermediateImageRequestEventArgs*>* decodingSettings
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImageRect(
System.Int32 rectIndex,
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ imageLoadingProgress,
System.EventHandler<ProgressEventArgs^>^ intermediateImageRequest,
System.EventHandler<IntermediateImageRequestEventArgs^>^ decodingSettings
)
Parameters
- rectIndex
- The zero based the rectangle index.
- scale
- Scale factor. Possible values: 1 - original image rect should be get; N - reduced image rect should be get.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
- intermediateImageRequest
- Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
Scaled rectangle of image.