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

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

    Parameters

    value
    See Also