ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Tags Namespace / ICCTag Class / createInstance Method
tag to create
byte array containg embedded tag data
to tag data in the array
size of tag data in bytes

In This Topic
    createInstance Method (ICCTag)
    In This Topic
    Factory method for creating a tag of a specific type.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal signature As Integer, _
       ByVal data() As Byte, _
       ByVal offset As Integer, _
       ByVal count As Integer _
    ) As ICCTag
    public static ICCTag createInstance( 
       int signature,
       byte[] data,
       int offset,
       int count
    )

    Parameters

    signature
    tag to create
    data
    byte array containg embedded tag data
    offset
    to tag data in the array
    count
    size of tag data in bytes

    Return Value

    specified ICCTag
    See Also