TiffSRational Constructor (Int32)

Initializes a new instance of the TiffRational class.

Namespace:  Aspose.CAD.FileFormats.Tiff
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffSRational(
	int value
)

Parameters

value
Type: SystemInt32
The nominator value.
Remarks
The nominator will be used as the value specified and denominator will be equal 1.
See Also