ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFormats Class / IsCameraRawFormat(IImGearFormat) Method




In This Topic
    IsCameraRawFormat(IImGearFormat) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsCameraRawFormat( _
       ByVal format As IImGearFormat _
    ) As Boolean
    'Usage
     
    Dim format As IImGearFormat
    Dim value As Boolean
     
    value = ImGearFileFormats.IsCameraRawFormat(format)
    public static bool IsCameraRawFormat( 
       IImGearFormat format
    )
    public: static bool IsCameraRawFormat( 
       IImGearFormat* format
    ) 
    public:
    static bool IsCameraRawFormat( 
       IImGearFormat^ format
    ) 

    Parameters

    format
    See Also