Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / FormXObject Class / FormXObject Constructor / FormXObject Constructor(GcPdfDocument,RectangleF)
The GrapeCity.Documents.Pdf.GcPdfDocument in which the new FormXObject will be used.
The bounds of the FormXObject.

In This Topic
    FormXObject Constructor(GcPdfDocument,RectangleF)
    In This Topic
    Initializes a new instance of the FormXObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As GcPdfDocument, _
       ByVal bounds As System.Drawing.RectangleF _
    )
    public FormXObject( 
       GcPdfDocument doc,
       System.Drawing.RectangleF bounds
    )

    Parameters

    doc
    The GrapeCity.Documents.Pdf.GcPdfDocument in which the new FormXObject will be used.
    bounds
    The bounds of the FormXObject.
    See Also