←Select platform

SizeDisk Property

Summary

Gets the size of the image file on disk in bytes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long SizeDisk { get; } 
Public ReadOnly Property SizeDisk As Long 
public long SizeDisk {get;} 
@property (nonatomic, assign, readonly) unsigned long sizeDisk 
public long getSizeDisk() 
 get_SizeDisk();  
public: 
property int64 SizeDisk { 
   int64 get(); 
} 

Property Value

The size of the image file on disk in bytes.

Example

For an example, refer to CodecsImageInfo.

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.Codecs Assembly