←Select platform

IsLink Property

Summary

Determines whether the file is an image file or a link to an image file.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsLink { get; } 
Public ReadOnly Property IsLink As Boolean 
public bool IsLink {get;} 
public boolean isLink() 
 get_IsLink();  
public: 
property bool IsLink { 
   bool get(); 
} 

Property Value

true if the file is a link to an image file; 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