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


IPSDriver2.FormName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPSDriver2.FormName Property

The printer page form. Use Win32 DMPAPER_xxx constants.

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

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

Product Availability

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

See Also

IPSDriver2 Interface