Pages

OdgImage.Pages property

Retrieving the collection of pages, this property empowers to access the entirety of pages associated with an image. By accessing this property, developers can iterate through individual pages, retrieve specific pages based on their index, or perform batch operations on the entire collection.

public override Image[] Pages { get; }

Property Value

The pages.

See Also