Macro: DFHEADERFRAME

Module location: Winprint_Commands.pkg line 213 (view source)

*** DFHeaderFrame *** 1. Required = Header frame type *** 2. Not Req. = Weight of line *** 3. Not Req. = line color //RGB_?? *** 4. Not Reg. = Fill color //RGB_?? ***

 #IF (!0=4)
    Send DFHeaderFrameType of WinPrintID !1 !3 !2 !4 DFGR_FILL
 #ENDIF
 #IF (!0=3)
    Send DFHeaderFrameType of WinPrintID !1 !3 !2 RGB_BLACK DFGR_TRAN
 #ENDIF
 #IF (!0=2)
    Send DFHeaderFrameType of WinPrintID !1 0 !2 RGB_BLACK DFGR_TRAN
 #ENDIF
 #IF (!0=1)
    Send DFHeaderFrameType of WinPrintID !1 0 RGB_BLACK RGB_BLACK DFGR_TRAN
 #ENDIF