←Select platform

HasResolution Property

Summary

Determines whether the file has resolution values (DPI) stored inside.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool HasResolution { get; } 
Public ReadOnly Property HasResolution As Boolean 
public bool HasResolution {get;} 
@property (nonatomic, assign, readonly) BOOL hasResolution 
public boolean hasResolution() 
 get_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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly