This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView2 Interface > IImageView2.CopyrightText Property (ArcObjects .NET 10.5 SDK) |
The image view copyright text.
[Visual Basic .NET] Public Property CopyrightText As String
[C#] public string CopyrightText {get; set;}
[C++]
HRESULT get_CopyrightText(
BSTR* pCopyrightText
);
[C++]
HRESULT put_CopyrightText(
BSTR pCopyrightText
);
[C++]
Parameters pCopyrightText [out, retval] pCopyrightText is a parameter of type BSTR pCopyrightText [in] pCopyrightText is a parameter of type BSTR