TiffFrame

Overview

TiffFrame is a interface in Aspose.PDF FOSS for TypeScript.

One page of a TIFF.

Properties: height, kind, samples, width.

Properties

NameTypeAccessDescription
width: numberReadGets the width.
height: numberReadGets 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: Uint8ArrayReadGets the samples.