Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.ColorSpaces Namespace / ICCProfile Class / SetMetadata Method
The metadata.

In This Topic
    SetMetadata Method
    In This Topic
    Sets the metadata for the color space. Note! The method does NOT update N, it is user responsibility to set it to appropriate value.
    Syntax
    'Declaration
     
    Public Sub SetMetadata( _
       ByVal metadata() As System.Byte _
    ) 
    public void SetMetadata( 
       System.byte[] metadata
    )

    Parameters

    metadata
    The metadata.
    See Also