Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

TotalPixelCount Property






Gets the whole image pixel number value found.
Syntax
[DataMemberAttribute(Name="TotalPixelCount", IsRequired=true)]
public long TotalPixelCount {get; set;}
'Declaration
 
<DataMemberAttribute(Name="TotalPixelCount", IsRequired=True)>
Public Property TotalPixelCount As Long
'Usage
 
Dim instance As StatisticsInformationResponse
Dim value As Long
 
instance.TotalPixelCount = value
 
value = instance.TotalPixelCount

            

            
[DataMemberAttribute(Name="TotalPixelCount", IsRequired=true)]
public:
property int64 TotalPixelCount {
   int64 get();
   void set (    int64 value);
}

Property Value

Gets the whole image pixel number value found.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationResponse Class
StatisticsInformationResponse Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features