←Select platform

TileValid Property

Summary

Determines whether the Tile property is valid.

Syntax
C#
VB
Objective-C
C++
Java
public bool TileValid { get; } 
Public ReadOnly Property TileValid As Boolean 
@property (nonatomic, assign, readonly) BOOL tileValid 
public boolean getTileValid() 
public: 
property bool TileValid { 
   bool get(); 
} 

Property Value

true if the value in the Tile property is valid, false if it is being ignored.

Example

For an example, refer to RasterCodecs.LoadImage.

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