When perform for attached document
Dim doc As New Aspose.Words.Document("C:\document.doc")
doc.GetPageInfo(0)
that programm will hang
When perform for attached document
Dim doc As New Aspose.Words.Document("C:\document.doc")
doc.GetPageInfo(0)
that programm will hang
Hi Aleksey,