CPageSetupDialog::GetMargins

在调用之后调用该功能。DoModal 打印机检索设备驱动程序的边距。

void GetMargins(
   LPRECT lpRectMargins,
   LPRECT lpRectMinMargins 
) const;

参数

  • lpRectMargins
    有关介绍的 RECT 结构或 CRect 对象的指针(在1/1000英寸或1/100为)打印为当前选定的打印机边距线。 如果您不需要此矩形感兴趣,通过此参数的 NULL

  • lpRectMinMargins
    有关介绍的 RECT 结构或 CRect 对象的指针(在1/1000英寸或1/100为)最小打印为当前选定的打印机边距线。 如果您不需要此矩形感兴趣,通过此参数的 NULL

要求

Header: afxdlgs.h

请参见

参考

CPageSetupDialog选件类

层次结构图