FormXObject Constructor(GcPdfDocument,Page)
In This Topic
Initializes a new instance of the
FormXObject class using a specified page as the source.
Note that Matrix and Bounds properties are automatically adjusted to take into account the GrapeCity.Documents.Pdf.Page.UserUnit property of the source page.
Syntax
Parameters
- doc
- The target GrapeCity.Documents.Pdf.GcPdfDocument where the new FormXObject will be used.
- page
- The source GrapeCity.Documents.Pdf.Page the content of which is copied to the FormXObject. The source page can belong to another document.
See Also