Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetFormat(Uri) Method








The Uri containing the image data.
Gets the format of the image URI.
Syntax
public RasterImageFormat GetFormat( 
   Uri uri
)
'Declaration
 
Public Overloads Function GetFormat( _
   ByVal uri As Uri _
) As RasterImageFormat
'Usage
 
Dim instance As RasterCodecs
Dim uri As Uri
Dim value As RasterImageFormat
 
value = instance.GetFormat(uri)
public RasterImageFormat GetFormat( 
   Uri uri
)
 function Leadtools.Codecs.RasterCodecs.GetFormat(Uri)( 
   uri 
)
public:
RasterImageFormat GetFormat( 
   Uri^ uri
) 

Parameters

uri
The Uri containing the image data.

Return Value

The format of the image.
Remarks

GetInformation and GetFormat use GetInformation internally. So, if more information about the image is required, it is recommended to call GetInformation directly and obtain the data once.

Example

For an example, refer to Load(Uri uri, int pageNumber).

Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

Error processing SSI file