Gets the format of the image URI.
public RasterImageFormat GetFormat(
Uri uri
)
Public Overloads Function GetFormat( _
ByVal uri As Uri _
) As Leadtools.RasterImageFormat
public Leadtools.RasterImageFormat GetFormat(
Uri uri
)
function Leadtools.Codecs.RasterCodecs.GetFormat(Uri)(
uri
)
public:
Leadtools.RasterImageFormat GetFormat(
Uri^ uri
)
uri
The Uri containing the image data.
The format of the image.
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.
For an example, refer to Load(Uri uri, int pageNumber).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET