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


IPaper.Forms Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPaper.Forms Property

Enumerate forms supported by the printer.

[Visual Basic .NET]
Public ReadOnly Property Forms As IEnumNamedID
[C#]
public IEnumNamedID Forms {get;}
[C++]
HRESULT get_Forms(
  IEnumNamedID** Forms
);
[C++]

Parameters Forms [out, retval]
Forms is a parameter of type IEnumNamedID

Product Availability

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

See Also

IPaper Interface