Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / IsSupported Property

In This Topic
    IsSupported Property (GcWicBitmap)
    In This Topic
    Gets a value indicating if GcWicBitmap is available on the current platform.

    Make sure that "Thread.CurrentThread.SetApartmentState(ApartmentState.MTA)" is executed at the beginning of the Program.Main() method.

    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IsSupported As System.Boolean
    public static System.bool IsSupported {get;}
    See Also