←Select platform

IsLink Property

Summary

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

Syntax
C#
VB
C++
Java
public bool IsLink { get; } 
Public ReadOnly Property IsLink As Boolean 
public boolean 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly