ArcObjects Library Reference (Output)  

IPaper.FormName Property

The Form Name.

[Visual Basic .NET]
Public ReadOnly Property FormName As String
[C#]
public string FormName {get;}
[C++]
HRESULT get_FormName(
  BSTR* FormName
);
[C++]

Parameters

FormName [out, retval]   FormName is a parameter of type BSTR

Product Availability

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

See Also

IPaper Interface