Results 1 to 2 of 2

Thread: dynamically resize images in a CR ver. 10

  1. #1

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    Phalaborwa, South Afirca
    Posts
    48

    dynamically resize images in a CR ver. 10

    I am trying to dynamically resize images in a CR ver. 10.

    I have placed the height/width in a field with the image. How can I format the image to change their height/width?

    I have adjusted the logo using:

    Code:
    objReport.ReportDefinition.Sections("Section3").ReportObjects("LogoImage1").Height = TwipsY
    objReport.ReportDefinition.Sections("Section3").ReportObjects("LogoImage1").Width = TwipsX
    But the images are all different aspect ratios.
    Thanks
    ___________________________________

    Using VB 2005

  2. #2

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    Phalaborwa, South Afirca
    Posts
    48

    Angry Re: dynamically resize images in a CR ver. 10

    Can anyone help or can it not be done?

    I assume people printing a catalogue would have the same problem.
    Thanks
    ___________________________________

    Using VB 2005

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width