Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

UnderlinesCount Property








Get the length of underlines array
Syntax
public uint UnderlinesCount {get;}
'Declaration
 
Public ReadOnly Property UnderlinesCount As UInteger
'Usage
 
Dim instance As AutoZoningCommand
Dim value As UInteger
 
value = instance.UnderlinesCount
public uint UnderlinesCount {get;}
@property (nonatomic, assign, readonly) NSUInteger underlinesCount
 get_UnderlinesCount(); 
public:
property uint UnderlinesCount {
   uint get();
}

Property Value

An Int32 that specifies the length of the array in underlines property
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file