Document View - How do you add documents?
Posted
#1
(In Topic #506)
Expert

How do you add a document to the view?
I can set 'blank' documents or placeholders for them by setting the count parameter,
but can't find a process to load or add a document.
Cheers - Quin.
I code therefore I am
I code therefore I am
Posted
Regular

Code (gambas)
- .Arrangement = Arrange.Vertical
- .Column = 1
- .Count = doc.Count
- Paint.DrawImage(doc[Page].Render(0, 0, Width, Height, 0, doc.Resolution * 2), 0, 0, Paint.Width, Paint.Height)
Europaeus sum !
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
1 guest and 0 members have just viewed this.


