Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / PdfArray Constructor / PdfArray Constructor(RectangleF)

In This Topic
    PdfArray Constructor(RectangleF)
    In This Topic
    Initializes a new instance of the PdfArray class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As System.Drawing.RectangleF _
    )
    public PdfArray( 
       System.Drawing.RectangleF rect
    )

    Parameters

    rect
    See Also