TiffSRationalType Constructor (UInt16) |
Namespace:
Aspose.CAD.FileFormats.Tiff.TiffTagTypes
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffSRationalType(
ushort tagId
)
Public Sub New (
tagId As UShort
)
public:
TiffSRationalType(
unsigned short tagId
)
new :
tagId : uint16 -> TiffSRationalTypeParameters
- tagId
- Type: SystemUInt16
The tag id.
See Also