PageCollectionAdd Method ByteScout PDF SDK
Adds the page to the end of the collection of document pages.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void Add(
	Page page
)

Parameters

page
Type: Bytescout.PDFPage
Page to be added to the end of the collection.

Implements

ICollectionTAdd(T)
See Also

Reference