Pages

OtgImage.Pages property

Retrieves the collection of pages associated with the image, enabling software developers to access and manipulate each individual page efficiently. This property facilitates seamless iteration through the pages for various operations, enhancing the functionality and versatility of image processing applications.

public override Image[] Pages { get; }

Property Value

The pages.

See Also