FileFormat

Jpeg2000Image.FileFormat property

Retrieve the format of the image file. This property provides information about the file format of the image. Utilize this property to determine the format of the image file programmatically, facilitating appropriate handling and processing based on the file’s format.

public override FileFormat FileFormat { get; }

See Also