'Declaration <ObsoleteAttribute("Please switch to the OpenImageData API")> Public Overridable Function GetImage( _ ByVal documentIdentifier As String _ ) As Stream
'Usage Dim instance As ImageDataProvider Dim documentIdentifier As String Dim value As Stream value = instance.GetImage(documentIdentifier)
[Obsolete("Please switch to the OpenImageData API")] public virtual Stream GetImage( string documentIdentifier )
[Obsolete("Please switch to the OpenImageData API")] public: virtual Stream* GetImage( string* documentIdentifier )
[Obsolete("Please switch to the OpenImageData API")] public: virtual Stream^ GetImage( String^ documentIdentifier )
Parameters
- documentIdentifier
A string that uniquely identifies a single image file.
Return Value
A stream of binary image data