Background-layer

<< Click to Display Table of Contents >>

Navigation:  EasyPDFMaker documentation > Getting started > Step by Step > Working with PDF file >

Background-layer

Previous pageReturn to chapter overviewNext page

The background-layer will be added on every page.

 

dd   TDocDefinition

 

 dd.AddGlobalProperty('background', '"simple text"')

 

 dd.BeginContent()

         ...

 dd.EndContent()

 

 

[=== compare with pdfMake:

var docDefinition = {

background: 'simple text',

 

content: (...)

};

===]

 

It may contain any other object as well (images, tables, ...).