Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Numerator Property (RasterMetadataRational)








Gets and sets the numerator value.
Syntax
public int Numerator {get; set;}
'Declaration
 
Public Property Numerator As Integer
'Usage
 
Dim instance As RasterMetadataRational
Dim value As Integer
 
instance.Numerator = value
 
value = instance.Numerator
public int Numerator {get; set;}
 <br/>get_Numerator();<br/>set_Numerator(value);<br/>Object.defineProperty('Numerator'); 
public:
property int Numerator {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterMetadataRational Structure
RasterMetadataRational Members

Error processing SSI file