TiffDataTypeControllerSetTiffRational Method |
Sets the TiffRationalType type value as uint[1] with rational.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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.Imaging.FileFormats.TiffTiffRational
The value. - section
- Type: SystemInt32
The section to set for.
See Also