←Select platform

SizeDisk Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public long SizeDisk { get; } 
Public ReadOnly Property SizeDisk As Long 
@property (nonatomic, assign, readonly) unsigned long sizeDisk 
public long getSizeDisk() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly