CGXProperties::SetMargins

void SetMargins(int top, int left, int bottom, int right);

top

An integer specifying the top margin in 1 / GXGetFontState()->m_nLogPixelsX (or Y) since the logical coordinates for printing are setup in 1/screen_dpi units.

left

An integer specifying the left margin in 1 / GXGetFontState()->m_nLogPixelsX (or Y) since the logical coordinates for printing are setup in 1/screen_dpi units.

bottom

An integer specifying the bottom margin in 1 / GXGetFontState()->m_nLogPixelsX (or Y) since the logical coordinates for printing are setup in 1/screen_dpi units.

right

An integer specifying the right margin in 1 / GXGetFontState()->m_nLogPixelsX (or Y) since the logical coordinates for printing are setup in 1/screen_dpi units.

Remarks

Specifies the print margins.

See Also

 CGXProperties::GetMargins

CGXProperties

 Class Overview |  Class Members