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


IImageView2.CopyrightText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView2 Interface > IImageView2.CopyrightText Property
ArcGIS Developer Help

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(
  System.String* 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