ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ComponentInfo Class / GetAuthor Method

In This Topic
    GetAuthor Method
    In This Topic
    HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual)
    Syntax
    'Declaration
     
    Public Function GetAuthor( _
       ByVal cchAuthor As Integer, _
       ByVal author As IntPtr _
    ) As Integer
    public int GetAuthor( 
       int cchAuthor,
       IntPtr author
    )

    Parameters

    cchAuthor
    author
    See Also