Spread for ASP.NET 9.0 Product Documentation
GetImageFormatFromType Method


The type.
Gets the type of the image format from.
Syntax
'Declaration
 
Protected Function GetImageFormatFromType( _
   ByVal type As ImageType _
) As ImageFormat
'Usage
 
Dim instance As ImageRender
Dim type As ImageType
Dim value As ImageFormat
 
value = instance.GetImageFormatFromType(type)
protected ImageFormat GetImageFormatFromType( 
   ImageType type
)

Parameters

type
The type.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ImageRender Class
ImageRender Members

 

 


Copyright © GrapeCity, inc. All rights reserved.