The IsLayer Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Specifies whether the
BinNumber represents a number of bytes or a number of layers.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property IsLayer As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AffectedBin
Dim value As Boolean
value = instance.IsLayer |
C# | |
---|
public bool IsLayer {get;} |
C++/CLI | |
---|
public:
property bool IsLayer {
bool get();
} |
Property Value
true if
BinNumber qualifies a number of layers; false if it qualifies a number of bytes.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also