Rank: Newbie Groups: Member
Joined: 1/20/2013 Posts: 2
|
Hi,
Is there a way of finding out how big a PdfDocument is? I'm looking for a size or length property.
I want to add to a PdfDocument until it gets to about a certain size and then save it and start on a new one.
I have looked in the documentation, apologies if I've missed something obvious.
Rgds/Pete
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
No. A PdfDocument's size is not known until you call PdfDocument.Save to save it.
Thanks!
|