←Select platform

IsTiff Method

Summary
Determines if the specified RasterImageFormat is a TIFF file format.
Syntax
C#
VB
C++
Java
public static bool IsTiff( 
   RasterImageFormat format 
) 
Public Shared Function IsTiff( _ 
   ByVal format As RasterImageFormat _ 
) As Boolean 
public static boolean isTiffFormat(RasterImageFormat format) 
public: 
static bool IsTiff(  
   RasterImageFormat format 
)  

Parameters

format

The RasterImageFormat to test.

Return Value

true if the RasterImageFormat is a TIFF file format; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.