Sets/returns the page part currently being generated (body, header or footer).

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public PagePart CurrPagePart { get; set; }
Visual Basic (Declaration)
Public Property CurrPagePart As PagePart

See Also