'Declaration Protected Overrides 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 override 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: 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
); override
protected:
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
); override
Parameters
- pageIndex
- Индекс PDF страницы.
- sourcePage
- Исходная страница PDF.
- targetDocument
- Целевой PDF документ.
- progressController
- Контроллер хода выполнения.
Return Value
Преобразованная страница PDF.