Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / FormXObject Class / FormXObject Constructor / FormXObject Constructor(GcPdfDocument,Page)
The target GrapeCity.Documents.Pdf.GcPdfDocument where the new FormXObject will be used.
The source GrapeCity.Documents.Pdf.Page the content of which is copied to the FormXObject. The source page can belong to another document.

In This Topic
    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
    'Declaration
     
    Public Function New( _
       ByVal doc As GcPdfDocument, _
       ByVal page As Page _
    )
    public FormXObject( 
       GcPdfDocument doc,
       Page page
    )

    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