GoDiagram Win Reference
PaintForegroundDecoration Method

A GoPdfGenerator object whose drawing functions can be called to add decorations to the page.
A set of values for various attributes of the page.
Draw per-page decorations, watermark, page numbers, etc... Cordinates are expressed in units of 1/72 inch, with (0,0) denoting the top left corner.
Syntax
'Declaration
 
Protected Overridable Sub PaintForegroundDecoration( _
   ByVal gen As GoPdfGenerator, _
   ByVal info As GoPdfPageInfo _
) 
protected virtual void PaintForegroundDecoration( 
   GoPdfGenerator gen,
   GoPdfPageInfo info
)

Parameters

gen
A GoPdfGenerator object whose drawing functions can be called to add decorations to the page.
info
A set of values for various attributes of the page.
Requirements

Target Platforms: 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

Reference

GoPdfWriter Class
GoPdfWriter Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback