leftMargin Attribute

Microsoft Office InfoPath

leftMargin Attribute

Specifies the left margin when printing a view.

Type

      xsd:string
    

Remarks

The leftMargin attribute is an optional attribute of the printSettings element.

The leftMargin attribute must be greater than or equal to zero.

Example

The following is an example of the leftMargin attribute as it is used in the printSettings element:

    <xsf:view name="View" caption="View">
   <xsf:printSettings
      header="Header text goes here."
      footer="Footer text goes here."
      orientation="portrait"      
      marginUnitsType="in"
      topMargin="1"
      leftMargin="2"
      rightMargin="2"
      bottomMargin="1"
   </xsf:printSettings>
   ...
</xsf:view>