iTextSharp.text.DocWriter.ResetPageCount C# (CSharp) Method

ResetPageCount() public method

Sets the page number to 0.
This method should be overriden in the specific DocWriter classes derived from this abstract class if they actually support the use of pagenumbers.
public ResetPageCount ( ) : void
return void
        public virtual void ResetPageCount()
        {
        }