Tagged Questions
The pagesetup tag has no wiki summary.
0
votes
1answer
287 views
webbrowser control page setup options from code
I have a .net Forms Application with webbrowser control. I have a html file loaded in the control.
I want to set Margins, Headers and Footers and orientation from the code itself for printing that ...
0
votes
0answers
68 views
Script to change the default printing PageOrientation on MacOs
Is there a way to set the default printing PageOrientation (Landscape/Portrait) on MacOs (Leopard and SnowLeopard) through script or by editing plists?
I can change the default page-format using ...
0
votes
2answers
214 views
Accessing the registry from a web service
I've been having difficulties accessing some (but not all) registry keys from my web service. I therefore assumed (and confirmed with some research) that there are some security restrictions on ...
0
votes
2answers
926 views
can't set PageSetup.Orientation = xlLandscape from MS Project
Using VBA in MS Project 2003 I create an Excel sheet and write data to it.
After that I want to change SetPrintArea and Orientation of the sheet I created so I wrote
with xlsheet ...
0
votes
1answer
135 views
PageSetup problems
In what is hopefully the last problem in the "Print An Individual Range" series of questions, I hereby humbly ask the more knowledgable readers how to copy the PageSetup object from one page to ...