This document is archived and information here might be outdated.  Recommended version.


IImageView2.CopyrightText Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageView2.CopyrightText Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageView2 Interface