'Declaration Public Function New( _
ByVal pageThe PDF page with changed content.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal descriptionA string that describes changes in PDF page.As System.String _
)
public PdfPageContentChangeEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
System.String description
)
public: PdfPageContentChangeEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
System.String description
)
public:
PdfPageContentChangeEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
System.String description
)
Parameters
- page
- The PDF page with changed content.
- description
- A string that describes changes in PDF page.