Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

It is possible to resize of a picture into a RichText Field with LS ?

Status
Not open for further replies.

bogtom

Programmer
Jun 11, 2001
31
0
0
US
I have a picture into clipboard and I put it into a document through the next code:

Dim w As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = w.CurrentDocument
Call uidoc.GotoField( "Body" )
Call uidoc.Paste

The Body field is Rich Text and if the picture is 1024x 768 that will be very large for viewing !

I want to resize it (for example decrease with 50 %) ! I found just and this is a response for the web !

Isn't any method to modify programaticaly the apperance size of a picture from a Rich Text field ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top