home *** CD-ROM | disk | FTP | other *** search
- ' FAQ: 822
- ' Kann man das Programm veranlassen, das es einen Text
- ' (Vertraulich, usw.) quer ⁿber das Blatt stempelt.
-
- text = " Vertraulich / Top Secret "
- Font.Bold = TRUE
- Font.Color = _ColorPink
- Font.Name = "Courier New"
- Font.Size = Image(0).Width / Len( text ) * 2
- Font.Orientation = RadToDeg( ATan( Image(0).Height / Image(0).Width ))
- Image(0).DrawText( 0, Image(0).Height-Font.Size, 0,0, text )
-