ExpertPdf Html to Pdf Converter Library
TextArea Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsTextArea
ExpertPdf Html to Pdf Converter Library
Set this property with a TextArea object to render a text in header. If &p; tag is appears in the TextArea text, it will be replaced with the current PDF page number. By default the page numbering starts with 1. The start index of the page numbering can be changed using the PageNumberingStartIndex property. If &P; tag appears in the TextArea text, it will be replaced with the total number of pages in the PDF document. Optionally, a constat value given by the PageNumberingPageCountIncrement can be added to the total number of pages.
Declaration Syntax
C#Visual BasicVisual C++
public TextArea TextArea { get; set; }
Public Property TextArea As TextArea
	Get
	Set
public:
property TextArea^ TextArea {
	TextArea^ get ();
	void set (TextArea^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)