<div class="content"><p>The <b>FORM_INFO_1</b> structure provides information about
a <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_8dfb0042-b0de-4108-ac52-b148427603db" data-linktype="relative-path">printer form</a>.</p><dl>
<dd>
<div><pre> typedef struct _FORM_INFO_1 {
   DWORD Flags;
   [string] wchar_t* pName;
   SIZE Size;
   RECTL ImageableArea;
 } FORM_INFO_1;
</pre></div>
</dd></dl><p>All members not defined in this section are specified in
sections <a href="84fe09fa-ea4b-4cc5-8ae4-9c8582fd1ffe" data-linktype="relative-path">2.2.1.3.2</a> and <a href="964b517f-6730-4b4a-99ed-ee9648e7f1f7" data-linktype="relative-path">2.2.1.3</a>.</p></div>