←Select platform

IsImageFileDirectoryOffsetValid Property

Summary
Determines whether the image has a valid image file directory (IFD).
Syntax
C#
VB
Objective-C
C++
Java
public bool IsImageFileDirectoryOffsetValid {get;} 
Public ReadOnly Property IsImageFileDirectoryOffsetValid As Boolean 
@property (nonatomic, assign, readonly) BOOL isImageFileDirectoryOffsetValid 
public boolean isImageFileDirectoryOffsetValid() 
public: 
property bool IsImageFileDirectoryOffsetValid { 
   bool get(); 
} 

Property Value

true if the image has a valid IFD; false, otherwise.

Example

For an example, refer to CodecsImageInfo.

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.