iTextSharp.text.DocWriter.ResetPageCount C# (CSharp) Méthode

ResetPageCount() public méthode

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
Résultat void
        public virtual void ResetPageCount()
        {
        }