[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.FormXObject.CreateList

CreateList Method

CreateList(GcPdfDocument, IList<Page>)

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.

Declaration
public static FormXObject[] CreateList(GcPdfDocument doc, IList<Page> pages)
Public Shared Function CreateList(doc As GcPdfDocument, pages As IList(Of Page)) As FormXObject()
Parameters
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.

Returns
Type Description
FormXObject[]

The list of created FormXObject objects.