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

In This Topic
    PdfArray Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the PdfArray class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal width As System.Double, _
       ByVal height As System.Double _
    )
    public PdfArray( 
       System.double x,
       System.double y,
       System.double width,
       System.double height
    )

    Parameters

    x
    y
    width
    height
    See Also