TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Keval Savani
NA
1
1.8k
Set Image position Absolute position (text through) in Word
Mar 27 2015 9:56 AM
I have been trying an image have an absolute position in Microsoft word using the following vb.net code:
logoimg = Doc.Content.Paragraphs.Add
logoimg.Range.Paragraphs.Alignment = WdParagraphAlignment.wdAlignParagraphJustifyHi
logoimg.Range.InlineShapes.AddPicture(Environment.CurrentDirectory & "\Common\logo.jpg")
can any one tell me what should be the next line(s) of code to make this image's position absolute?
How can I set the absolute position of an image with top and left set to 0
Is my code correct ?
Any help would be very appreciated!
Reply
Answers (
0
)
How to Manaually Bind database information to a ComboBox.
I want to enter data in textbox after press enter datagrid