Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteColor Method

In This Topic
    WriteColor Method
    In This Topic
    Writes a System.Drawing.Color value as sequence of 3 numbers R, G, B. NOTE! alpha channel is NOT written.
    Syntax
    'Declaration
     
    Public Sub WriteColor( _
       ByVal value As System.Drawing.Color _
    ) 
    public void WriteColor( 
       System.Drawing.Color value
    )

    Parameters

    value
    See Also