<% '### Configure this page if ASPJpeg component is installed on web server. '### ASPJpeg component will automatically be detected and if present, '### images, which exceeded the maximum allowed dimension limit will automatically '### be resized. In addition images will be stamped with a text you specify bellow. '### The maximum allowed image dimension limit is set online via "Admin Preferences page" '========================================================= '** Whether or not to print a text over image. Display_text = True '========================================================= '** Text to print over image. Text will be displayed at left-bottom corner. Text_Over = "Classified" '========================================================= '** Set a text shadow offset. If set to 0 no shadow will be created Shadow_XOffset = 1 Shadow_YOffset = 1 '========================================================= '** Shadow Color(hex). Shadow_Color = &Hffffff '========================================================= '** Display Font in Bold, Italic or Underlined isFont_Bold = True isFont_Italic = False isFont_Underlined = False '========================================================= '** Font Color(hex), Size(px) and Family Font_Color = &H385B96 Font_Size = 12 Font_Family = "Verdana" '========================================================= '** Image Quality. Values are between 0 and 100. Reasonable values are between 30 and 80. '** The higher value would result in higher quality but larger image file size '** and vise versa. Image_Quality = 70 %>