FileFormat

EpsImage.FileFormat property

Access the file format of your image with this property. Retrieve essential information about the format of your image file, facilitating compatibility and efficient processing. Ideal for identifying the format of your image files for seamless integration into your projects.

public override FileFormat FileFormat { get; }

See Also