Share via


marginLeft property

Gets or sets the left margin of the document to be printed.

Syntax

HRESULT value = object.put_marginLeft(long v);HRESULT value = object.get_marginLeft(long* p);

Property values

Type: long

A pointer to a long value that receives the left margin of the document to be printed, in 1/100ths of an inch.

Remarks

This property is always measured in 1/100ths of an inch, even if the user has changed the "Measurement system" option in the Regional and Language Options Control Panel item to "Metric."

See also

Reference

ITemplatePrinter::marginBottom

ITemplatePrinter::marginRight

ITemplatePrinter::marginTop