Search found 5 matches

by gopinathrbe
Wed Feb 20, 2019 5:19 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unable to change Sheet Size in VBExamples given in PDF-XChange 7 API
Replies: 0
Views: 11479

Unable to change Sheet Size in VBExamples given in PDF-XChange 7 API

Private Sub btnGo_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles btnGo.Click 'Dim Printer As New Printer 'Dim D As Integer 'Dim P As Printer Dim bVal As Boolean PDFPrinter.ResetDefaults() PDFPrinter.Option("Save.File") = fName.Text PDFPrinter.Option(...
by gopinathrbe
Wed Feb 20, 2019 12:29 pm
Forum: PDF-XChange Drivers API SDK
Topic: custom sheet size not working
Replies: 0
Views: 9494

custom sheet size not working

CPXCPrinter PDFPrinter = null; CPXCControlEx prnFactory = new CPXCControlEx(); PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V7", "<REG CODE>", "<DEV CODE>") as CPXCPrinter; PDFPrinter.Option["Save.SaveType"] = "Save"; PDFPr...
by gopinathrbe
Wed Feb 20, 2019 12:25 pm
Forum: PDF-XChange Drivers API SDK
Topic: Standard Paper Sizes not applied
Replies: 0
Views: 9354

Standard Paper Sizes not applied

CPXCPrinter PDFPrinter = null; CPXCControlEx prnFactory = new CPXCControlEx(); PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V7", "<REG CODE>", "<DEV CODE>") as CPXCPrinter; PDFPrinter.Option["Save.SaveType"] = "Save"; PDFPr...
by gopinathrbe
Sun Feb 17, 2019 1:48 pm
Forum: PDF-XChange Drivers API SDK
Topic: SheetSizeIndex propery not working
Replies: 1
Views: 3978

SheetSizeIndex propery not working

PXCPrinter PDFPrinter = null; CPXCControlEx prnFactory = new CPXCControlEx(); PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V7", "<REG CODE>", "<DEV CODE>") as CPXCPrinter; PDFPrinter.Option["Save.SaveType"] = "Save"; PDFPri...
by gopinathrbe
Thu Feb 14, 2019 3:54 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unable to change Standard
Replies: 1
Views: 4164

Unable to change Standard

CPXCPrinter PDFPrinter = null; CPXCControlEx prnFactory = new CPXCControlEx(); PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V7", "<REG CODE>", "<DEV CODE>") as CPXCPrinter; PDFPrinter.Option["Save.SaveType"] = "Save"; PDFPr...