Search found 2 matches

by asaxton
Fri Mar 12 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: FileNameOptions Assistance
Replies: 3
Views: 5778

How do we do that in C#? We are using the ActiveX control and i have to pass in an Integer into the FileNameOptionsEx property. The FileNameOptions property is a short.
by asaxton
Wed Mar 10 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: FileNameOptions Assistance
Replies: 3
Views: 5778

FileNameOptions Assistance

I'm trying to take advantage of the FileNameOptions property of teh PDF Converter. Using C# and the ActiveX Control. If i set FileNameOptionsEx to 23 (NoPrompt, UseFileName and BroadcastMessages), the EndDocPost event never fires. If i call CaptureEvents(1) i noticed that FileNameOptionsEx is gettin...