[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.ColorSpaces.ICCProfile.GetMetadata

GetMetadata Method

GetMetadata()

Gets a 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 null if the metadata is empty.
Declaration
public Stream GetMetadata()
Public Function GetMetadata() As Stream
Returns
Type Description
Stream

A stream with the metadata.