Gets the length of the value in bytes.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public uint Length { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property Length As UInteger |
Visual C++ |
---|
public: property unsigned int Length { unsigned int get (); void set (unsigned int value); } |