TiffDataTypeControllerSetTiffSRationalValue Method |
Sets the TiffSRationalType value type as TiffSRational[1] with rational value.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetTiffSRationalValue(
ushort key,
TiffSRational rational,
int section
)
Protected Sub SetTiffSRationalValue (
key As UShort,
rational As TiffSRational,
section As Integer
)
protected:
void SetTiffSRationalValue(
unsigned short key,
TiffSRational^ rational,
int section
)
member SetTiffSRationalValue :
key : uint16 *
rational : TiffSRational *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - rational
- Type: Aspose.CAD.FileFormats.TiffTiffSRational
The rational. - section
- Type: SystemInt32
The section.
See Also