HeaderFooterOverlay

HeaderFooterOverlay

Overview

HeaderFooterOverlay is a class in Aspose.PDF FOSS for Java.

The rendered header/footer of a page, ready to be wrapped as a Form XObject overlay.

Properties: content, resources.

Properties

NameTypeAccessDescription
contentbyte[]ReadContent-stream bytes drawing the header/footer in page user space.
resourcesCOSDictionaryReadThe {@code /Resources} dictionary (fonts, image XObjects) referenced by {@link #content}.

See Also