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


IPaper.FormID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPaper Interface > IPaper.FormID Property
ArcGIS Developer Help

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