Show / Hide Table of Contents

Class TIFFStrip

Represents a strip of compressed image data in a TIFF file.

Inheritance
System.Object
TIFFStrip
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class TIFFStrip

Constructors

| Improve this Doc View Source

TIFFStrip(Byte[], UInt32, UInt32)

Initializes a new instance of the TIFFStrip class.

Declaration
public TIFFStrip(byte[] data, uint offset, uint length)
Parameters
Type Name Description
System.Byte[] data

The byte array to copy strip from.

System.UInt32 offset

The offset to the beginning of strip.

System.UInt32 length

The length of strip.

Properties

| Improve this Doc View Source

Data

Compressed image data contained in this strip.

Declaration
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
Back to top Copyright © 2019 Özgür Özçıtak