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

Show in webframe

StrikeLinesCount Property








Get the length of strike lines (strikethroughs) array
Syntax
public uint StrikeLinesCount {get;}
'Declaration
 
Public ReadOnly Property StrikeLinesCount As UInteger
'Usage
 
Dim instance As AutoZoningCommand
Dim value As UInteger
 
value = instance.StrikeLinesCount
public uint StrikeLinesCount {get;}
@property (nonatomic, assign, readonly)           NSUInteger strikelinesCount
 get_StrikeLinesCount(); 
public:
property uint StrikeLinesCount {
   uint get();
}

Property Value

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

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file