FileFormat

TiffImage.FileFormat property

Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval, allowing software applications to identify and interpret the format of the image data efficiently.

public override FileFormat FileFormat { get; }

See Also