'Declaration Public Shared Function CreateList( _ ByVal doc As GcPdfDocument, _ ByVal pages As System.Collections.Generic.IList(Of Page) _ ) As FormXObject()
public static FormXObject[] CreateList( GcPdfDocument doc, System.Collections.Generic.IList<Page> pages )
Parameters
- doc
- The target GrapeCity.Documents.Pdf.GcPdfDocument where the new FormXObject objects will be used.
- pages
- The list of the source GrapeCity.Documents.Pdf.Page objects. These pages can belong to another document.
Return Value
The list of created FormXObject objects.