printing
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
in vb.net i have an epson printer and i have added a custom paper how do i use it in my code? tried the code below but it says that the kind should be custom, how do i set it as custom i tried but it cant be set. With oPrintDoc.PrinterSettings .PrinterName = oDlgPrint.PrinterSettings.PrinterName .DefaultPageSettings.PaperSize.Kind = _ Printing.PaperKind.Custom .DefaultPageSettings.PaperSize.PaperName = "TFSC DR Form" End With tnx in advance