'Declaration Public Overloads Overridable Function GetImage( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal rectRectangle on source image.As System.Drawing.RectangleF, _
ByVal scaleScale factor.As Single, _
ByVal decodingSettingsDecoding settings.As DecodingSettings, _
ByVal renderingSettingsRendering settings.As RenderingSettings, _
ByVal imageRenderingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs), _
ByVal intermediateImageRequestDelegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)As System.EventHandler(Of IntermediateImageRequestEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public virtual Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
System.Drawing.RectangleF rect,
float scale,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> imageRenderingProgress,
System.EventHandler<IntermediateImageRequestEventArgs> intermediateImageRequest
)
public: virtual Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
System.Drawing.RectangleF* rect,
float scale,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* imageRenderingProgress,
System.EventHandler<IntermediateImageRequestEventArgs*>* intermediateImageRequest
)
public:
virtual Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
System.Drawing.RectangleF^ rect,
float scale,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ imageRenderingProgress,
System.EventHandler<IntermediateImageRequestEventArgs^>^ intermediateImageRequest
)
Parameters
- pageIndex
- The zero based page index.
- rect
- Rectangle on source image.
- scale
- Scale factor.
- decodingSettings
- Decoding settings.
- renderingSettings
- Rendering settings.
- imageRenderingProgress
- 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)
Return Value
Scaled rectangle of vector image.