←Select platform

TotalPixelCount Property

Summary

Gets the whole image pixel number value found.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="TotalPixelCount", IsRequired=true)] 
public long TotalPixelCount { get; set; } 
  
<DataMemberAttribute(Name="TotalPixelCount", IsRequired=True)> 
Public Property TotalPixelCount As Long 
[DataMemberAttribute(Name="TotalPixelCount", IsRequired=true)] 
public: 
property int64 TotalPixelCount { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

Gets the whole image pixel number value found.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly