TiffFrame
Overview
TiffFrame is a interface in Aspose.PDF FOSS for TypeScript.
One page of a TIFF.
Properties: height, kind, samples, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |
kind | : 'gray' | 'rgb' | 'rgba' | 'bilevel' | Read | ‘gray’ is one channel, ‘rgb’ three, ‘rgba’ four with straight (NOT premultiplied) alpha written as an unassociated ExtraSample. |
samples | : Uint8Array | Read | Gets the samples. |