Version

ISegmentFooter Interface

Represents a segment footer.
Syntax
'Declaration
 
Public Interface ISegmentFooter 
public interface ISegmentFooter 
Remarks

When multiple footers are added to a segment, each page will use the next footer in the internal list, cycling back to the beginning of the list after the end is reached. Mathematically, think of the footer used as [page #] mod [# footers].

As an example, assume that there are two footers in the segment:

  • Page 1: First Footer
  • Page 2: Second Footer
  • Page 3: First Footer
  • ...

Note: A footer can be excluded from being repeated through the Repeat property

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also