Skip to main content
Skip table of contents

IPdfPageEvent

IPdfPageEvent Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.IPdfPageEvent[[IPdfPageEvent]]
  class iTextSharp.text.pdf.IPdfPageEvent interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
voidOnChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
voidOnChapterEnd(PdfWriter writer, Document document, float paragraphPosition)
voidOnCloseDocument(PdfWriter writer, Document document)
voidOnEndPage(PdfWriter writer, Document document)
voidOnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
voidOnOpenDocument(PdfWriter writer, Document document)
voidOnParagraph(PdfWriter writer, Document document, float paragraphPosition)
voidOnParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)
voidOnSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
voidOnSectionEnd(PdfWriter writer, Document document, float paragraphPosition)
voidOnStartPage(PdfWriter writer, Document document)

Details

Methods

OnOpenDocument
public void OnOpenDocument(PdfWriter writer, Document document)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
OnStartPage
public void OnStartPage(PdfWriter writer, Document document)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
OnEndPage
public void OnEndPage(PdfWriter writer, Document document)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
OnCloseDocument
public void OnCloseDocument(PdfWriter writer, Document document)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
OnParagraph
public void OnParagraph(PdfWriter writer, Document document, float paragraphPosition)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
OnParagraphEnd
public void OnParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
OnChapter
public void OnChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
Paragraphtitle
OnChapterEnd
public void OnChapterEnd(PdfWriter writer, Document document, float paragraphPosition)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
OnSection
public void OnSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
intdepth
Paragraphtitle
OnSectionEnd
public void OnSectionEnd(PdfWriter writer, Document document, float paragraphPosition)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
floatparagraphPosition
OnGenericTag
public void OnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
Rectanglerect
stringtext

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.