FileFormat

WebPImage.FileFormat property

Access the file format value associated with the image, providing information about the format in which the image is stored. Utilize this property to determine the file format of the image, facilitating compatibility checks and format-specific processing within your application.

public override FileFormat FileFormat { get; }

See Also