ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Tags Namespace / ICCTagTable Class / createInstance Method

In This Topic
    createInstance Method (ICCTagTable)
    In This Topic
    Factory method for creating a tag table from raw input.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal data() As Byte _
    ) As ICCTagTable
    public static ICCTagTable createInstance( 
       byte[] data
    )

    Parameters

    data

    Return Value

    ICCTagTable
    See Also