[]
Creates a list of FormXObject objects using a specified list of pages as the source.
Note that Matrix and Bounds properties are automatically adjusted to take into account the UserUnit property of the source page.
public static FormXObject[] CreateList(GcPdfDocument doc, IList<Page> pages)
Public Shared Function CreateList(doc As GcPdfDocument, pages As IList(Of Page)) As FormXObject()
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The target GcPdfDocument where the new FormXObject objects will be used. |
IList<Page> | pages | The list of the source Page objects. These pages can belong to another document. |
Type | Description |
---|---|
FormXObject[] | The list of created FormXObject objects. |