Changes the header of this document.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual HeaderFooter Header { set; } |
Visual Basic |
---|
Public Overridable WriteOnly Property Header As HeaderFooter Set |
Visual C++ |
---|
public: virtual property HeaderFooter^ Header { void set (HeaderFooter^ value); } |
Field Value
the new headerImplements
IDocListener..::..Header
Remarks
This method should be overriden in the specific DocWriter classes
derived from this abstract class if they actually support the use of
headers.