|
|
Tag Browser: a4-format
< 1 second(s)
-
Hello,I'm trying to print a document using the XpsPrintHelper Class you suggested in Aspose.Words.Samples. I must print the document with a custom page size. If I open the document in Microsoft Word and print it, it has the correct size and the correct paper tray is used. If I print it with XpsPrintHelper on the same printer, it takes the wrong ...
-
I am trying to produce my slides in A4 format. My code is like this below:Dim targetPres As Presentation = New PresentationIf chkA4.Checked Then targetPres.SlideSizeType = SlideSizeType.A4PaperEnd If' do some work here and save the file.I only added the section above to set the SlideSizeType. Everything else is the ...
|
|