'Declaration Protected MustOverride Function ConvertPage( _
ByVal pageIndexИндекс PDF страницы.As System.Int32, _
ByVal sourcePageИсходная страница PDF.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal targetDocumentЦелевой PDF документ.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal progressControllerКонтроллер хода выполнения.As Vintasoft.Imaging.Utils.IActionProgressController _
) As Vintasoft.Imaging.Pdf.Tree.PdfPage
protected abstract Vintasoft.Imaging.Pdf.Tree.PdfPage ConvertPage(
System.Int32 pageIndex,
Vintasoft.Imaging.Pdf.Tree.PdfPage sourcePage,
Vintasoft.Imaging.Pdf.PdfDocument targetDocument,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
protected: abstract Vintasoft.Imaging.Pdf.Tree.PdfPage* ConvertPage(
System.Int32 pageIndex,
Vintasoft.Imaging.Pdf.Tree.PdfPage* sourcePage,
Vintasoft.Imaging.Pdf.PdfDocument* targetDocument,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
protected:
abstract Vintasoft.Imaging.Pdf.Tree.PdfPage^ ConvertPage(
System.Int32 pageIndex,
Vintasoft.Imaging.Pdf.Tree.PdfPage^ sourcePage,
Vintasoft.Imaging.Pdf.PdfDocument^ targetDocument,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- pageIndex
- Индекс PDF страницы.
- sourcePage
- Исходная страница PDF.
- targetDocument
- Целевой PDF документ.
- progressController
- Контроллер хода выполнения.
Return Value
Преобразованная страница.