PageResources
Overview
PageResources is a class in Aspose.PDF FOSS for .NET.
Provides access to a page’s resource collections (fonts, images).
Properties: Fonts, Forms, Images.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Fonts | FontCollection | Read | Font resources on this page (or the XForm’s stream dict when constructed via the XForm ctor). |
Images | XImageCollection | Read | Image resources on this page. |
Forms | XFormCollection | Read | XForm (Form XObject) resources on this page. |