home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 8 / CD8_PROGRAM.ISO / draw / fill_out / outlines / width / 1_thin.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  234 b   |  13 lines

  1. REM Favorite : Outline Width
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 3527
  8.     .ResumePainting 
  9.     .EndOfRecording 
  10. END WITHOBJECT
  11.  
  12.  
  13.