VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffRational Class / TiffRational Constructors / TiffRational Constructor(Single)
Syntax Remarks Requirements SeeAlso
In This Topic
    TiffRational Constructor(Single)
    In This Topic
    Initializes a new instance of the TiffRational class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal value
    The value.
    As Single _
    )
    public TiffRational(
    float value
    )
    public: TiffRational(
    float value
    )
    public:
    TiffRational(
    float value
    )

    Parameters

    value
    The value.
    Remarks

    Valid values are from 0 to 4294967295.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also