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