Return the type of image is supported

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static List<ImageFormat> SupportedImageFormats { get; }
Visual Basic
Public Shared ReadOnly Property SupportedImageFormats As List(Of ImageFormat)
	Get

Property Value

Type: List<(Of <(<'ImageFormat>)>)>

See Also