←Select platform

HasResolution Property

Summary
Determines whether the file has resolution values (DPI) stored inside.
Syntax
C#
VB
Objective-C
C++
Java
public bool HasResolution { get; } 
Public ReadOnly Property HasResolution As Boolean 
@property (nonatomic, assign, readonly) BOOL hasResolution 
public boolean hasResolution() 
public: 
property bool HasResolution { 
   bool get(); 
} 

Property Value

true if the image file has resolution values stored inside; 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.