←Select platform

IsInterlaced Property

Summary

Determines whether the image is interlaced.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsInterlaced { get; } 
Public ReadOnly Property IsInterlaced As Boolean 
public bool IsInterlaced {get;} 
@property (nonatomic, assign, readonly) BOOL isInterlaced 
public boolean isInterlaced() 
 get_IsInterlaced();  
public: 
property bool IsInterlaced { 
   bool get(); 
} 

Property Value

true if the image is interlaced; 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