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

Show in webframe

TotalPixelCount Property








Gets the whole image Pixel number value found.
Syntax
public long TotalPixelCount {get;}
'Declaration
 
Public ReadOnly Property TotalPixelCount As Long
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Long
 
value = instance.TotalPixelCount
public long TotalPixelCount {get;}
@property (nonatomic, assign, readonly) unsigned long totalPixelCount
public long getTotalPixelCount()
 get_TotalPixelCount(); 
public:
property int64 TotalPixelCount {
   int64 get();
}

Property Value

Gets the whole image Pixel number value found.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

Error processing SSI file