TiffDataTypeControllerSetTiffRationalArray Method |
Sets the TiffSRationalType value type.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax protected void SetTiffRationalArray(
ushort key,
TiffRational[] rational,
int section
)
Protected Sub SetTiffRationalArray (
key As UShort,
rational As TiffRational(),
section As Integer
)
protected:
void SetTiffRationalArray(
unsigned short key,
array<TiffRational^>^ rational,
int section
)
member SetTiffRationalArray :
key : uint16 *
rational : TiffRational[] *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - rational
- Type: Aspose.CAD.FileFormats.TiffTiffRational
The rational. - section
- Type: SystemInt32
The section.
See Also