←Select platform

SizeMemory Property

Summary

Gets the size of the image when loaded uncompressed in memory.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="SizeMemory", IsRequired=true)] 
public long SizeMemory { get; } 
  
Public ReadOnly Property SizeMemory As Long 
public: 
property int64 SizeMemory { 
   int64 get(); 
} 

Property Value

The size of the image when loaded uncompressed in memory.

Example

For an example, refer to GetInformationRequest.

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.Raster.DataContracts Assembly