acadia
acadia

Reputation: 2621

ITextSharp VB.net equivalent

I am using iTextSharp in VB.net. I have this piece of code from java

mainTable.WidthPercentage(New Single() {100, 0}, pageSize)

what is the equivalent for this in VB.net

Upvotes: 0

Views: 326

Answers (1)

Andrey
Andrey

Reputation: 60065

mainTable.WidthPercentage(New Single() {100, 0}, pageSize)

Upvotes: 2

Related Questions