Click or drag to resize

PDFDocImportPages Method (IVector`1Page, Boolean)

[Missing <summary> documentation for "M:pdftron.PDF.PDFDoc.ImportPages(Windows.Foundation.Collections.IVector{pdftron.PDF.Page},System.Boolean)"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IVector<Page> ImportPages(
	IVector<Page> pages,
	bool import_bookmarks
)

Parameters

pages
Type: IVectorPage

[Missing <param name="pages"/> documentation for "M:pdftron.PDF.PDFDoc.ImportPages(Windows.Foundation.Collections.IVector{pdftron.PDF.Page},System.Boolean)"]

import_bookmarks
Type: SystemBoolean

[Missing <param name="import_bookmarks"/> documentation for "M:pdftron.PDF.PDFDoc.ImportPages(Windows.Foundation.Collections.IVector{pdftron.PDF.Page},System.Boolean)"]

Return Value

Type: IVectorPage

[Missing <returns> documentation for "M:pdftron.PDF.PDFDoc.ImportPages(Windows.Foundation.Collections.IVector{pdftron.PDF.Page},System.Boolean)"]

See Also