←Select platform

PixelCount Property

Summary

Gets the pixel number value found.

Syntax

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

Property Value

Gets the 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