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


IPaper.FormID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IPaper.FormID Property

The printer page form. Use Win32 DMPAPER_xxx constants.

[Visual Basic .NET]
Public Property FormID As Short
[C#]
public short FormID {get; set;}
[C++]
HRESULT get_FormID(
  short* FormID
);
[C++]
HRESULT put_FormID(
  short FormID
);
[C++]

Parameters FormID [out, retval] FormID is a parameter of type short FormID [in] FormID is a parameter of type short

Product Availability

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

See Also

IPaper Interface