Pages

WebPImage.Pages property

Access the WebP blocks within the image, allowing detailed examination or manipulation of the underlying block structure. Utilize this property to analyze or modify individual blocks within the WebP image data, facilitating advanced image processing techniques within your application.

public override Image[] Pages { get; }

Property Value

The blocks.

See Also