The Percent Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets a value that indicates what percentage of the entire image the selected pixels are, expressed in hundredths of percent.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Percent As Double |
C# | |
---|
public double Percent {get;} |
Property Value
The percentage value of selected pixels to all of the pixels in the image, in hundredths of percent.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also