'Declaration Public Overloads Overrides Function GetImage( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As DecodingSettings, _
ByVal renderingSettingsRendering settings used for getting info about the image of page.As RenderingSettings, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* progressDelegate
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
); override
Parameters
- pageIndex
- The zero based page index.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- renderingSettings
- Rendering settings used for getting info about the image of page.
- progressDelegate
- Progress delegate.
Return Value
Image associated with the specified page of DICOM file.