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