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

In This Topic
    GetMetadata Method
    In This Topic
    Gets a System.IO.Stream containing the metadata for the color space.

    Notes:

    1. The stream returned by this method should be disposed after use.
    2. This method can return a null reference (Nothing in Visual Basic) if the metadata is empty.
    Syntax
    'Declaration
     
    Public Function GetMetadata() As System.IO.Stream
    public System.IO.Stream GetMetadata()

    Return Value

    A stream with the metadata.
    See Also