Altsoft Xml2PDF Server Library

APEngine.AddBackground Method 

Adds source document as background to given destination object.

public static APLog AddBackground(
   APSource source,
   APDestination destination,
   int fromPage,
   int toPage,
   bool useOnlyFirstPage,
   double level
);

Parameters

source
Background source. Multiple addition of same background will duplicate data.
destination
Destination document.
fromPage
Zero-based number of first page for adding background.
toPage
Zero-based number of last page for adding background.
useOnlyFirstPage
Indicates whether only the first page of source document should be used.
level
Z-level for background document.

Return Value

APLog of source-to-destination convertion.

See Also

APEngine Class | Altsoft.Publisher Namespace