TiffFileStandards

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffFileStandards extends System.Enum

Specifies the TIFF file format standards.

Fields

FieldDescription
BaselineThe Baseline TIFF 6.0 file standard.
ExtendedThe Extended TIFF 6.0 file standard.

Baseline

public static final int Baseline

The Baseline TIFF 6.0 file standard. This standard is formally known as TIFF 6.0, Part 1: Baseline TIFF.

Extended

public static final int Extended

The Extended TIFF 6.0 file standard. This standard is formally known as Extended TIFF 6.0, Part 2: TIFF Extensions.