iTextSharp.text.DocWriter.ResetPageCount C# (CSharp) Метод

ResetPageCount() публичный Метод

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
Результат void
        public virtual void ResetPageCount()
        {
        }