ImageGear .NET - Updated
ImGearXMPReal Class
Members 




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace : ImGearXMPReal Class
Represents a floating point XMP metadata property.
Object Model
ImGearXMPReal Class
Syntax
'Declaration
 
Public Class ImGearXMPReal 
'Usage
 
Dim instance As ImGearXMPReal
public class ImGearXMPReal 
public __gc class ImGearXMPReal 
public ref class ImGearXMPReal 
Remarks
This property type has an optional qualifier that provides binary representation of the floating point value when an exact value is needed. The text of the qualifier is interpreted as:

std size,endian,hexadecimal_value

- std is the standard name ("IEEE754")

- size is S for 32-bit and D for 64-bit

- endian is L for little-endian, B for big-endian.

For example: "IEEE754D,L,3A4901F387D31108"

Inheritance Hierarchy

System.Object
   ImageGear.Formats.XMP.ImGearXMPReal

See Also

Reference

ImGearXMPReal Members
ImageGear.Formats.XMP Namespace