PageResources

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

NameTypeAccessDescription
FontsFontCollectionReadFont resources on this page (or the XForm’s stream dict when constructed via the XForm ctor).
ImagesXImageCollectionReadImage resources on this page.
FormsXFormCollectionReadXForm (Form XObject) resources on this page.

See Also