Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Numerator Property (RasterMetadataURational)








Gets and sets the numerator value.
Syntax
[CLSCompliantAttribute(false)]
public uint Numerator {get; set;}
'Declaration
 
<CLSCompliantAttribute(False)>
Public Property Numerator As UInteger
'Usage
 
Dim instance As RasterMetadataURational
Dim value As UInteger
 
instance.Numerator = value
 
value = instance.Numerator
[CLSCompliantAttribute(false)]
public uint Numerator {get; set;}
CLSCompliantAttribute()
 <br/>get_Numerator();<br/>set_Numerator(value);<br/>Object.defineProperty('Numerator'); 
[CLSCompliantAttribute(false)]
public:
property uint Numerator {
   uint get();
   void set (    uint value);
}

Property Value

The numerator value.
Example
For an example, refer to RasterTagMetadata.
Requirements

Target Platforms

See Also

Reference

RasterMetadataURational Structure
RasterMetadataURational Members

Error processing SSI file