LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HasResolution Property

Show in webframe







Determines whether the file has resolution values (DPI) stored inside.
Syntax
public bool HasResolution {get;}
'Declaration
 
Public ReadOnly Property HasResolution As Boolean
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Boolean
 
value = instance.HasResolution
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

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.