deltaTicket.Duplexing = Duplexing.TwoSidedLongEdge;/// Then merge the delta PrintTicket onto the printer's current user-default PrintTicket,// and validate the merged PrintTicket to get the new PrintTicket we want to set as the// printer's new user-default PrintTicket.//ValidationResult ...
it means the duplexing option we want to set is supported by the printer,// so we can make the user-default PrintTicket setting change.//if(printcap.DuplexingCapability.Contains(Duplexing.TwoSidedLongEdge)) {/// To change the user-default PrintTicket, we can first create a delta PrintTicket...
Print a publication on a printer that does not support duplex printing Many printers support duplex printing, but they don't all make the duplex option available in the same way. With some desktop printers, choosing duplex means that the printer prints all of...
登录 .NET 语言 功能 工作负荷 API 故障排除 资源 下载.NET 此主题的部分內容可能由机器或 AI 翻译。 消除警报 版本 Windows Desktop 9 搜索 PrintDocumentImageableArea PrintDriver PrintFilter PrintingCanceledException PrintingNotSupportedException PrintJobException ...
{ printTicket.Collation = Collation.Collated; }if( printCapabilities.DuplexingCapability.Contains( Duplexing.TwoSidedLongEdge) ) { printTicket.Duplexing = Duplexing.TwoSidedLongEdge; }if(printCapabilities.StaplingCapability.Contains(Stapling.StapleDualLeft)) { printTicket.Stapling = Stapling.StapleDualLeft...
it means the duplexing option we want to set is supported by the printer,// so we can make the user-default PrintTicket setting change.//if(printcap.DuplexingCapability.Contains(Duplexing.TwoSidedLongEdge)) {/// To change the user-default PrintTicket, we can first create a delta PrintTicket...
it means the duplexing option we want to set is supported by the printer,// so we can make the user-default PrintTicket setting change.//if(printcap.DuplexingCapability.Contains(Duplexing.TwoSidedLongEdge)) {/// To change the user-default PrintTicket, we can first create a delta PrintTicket...
{ printTicket.Collation = Collation.Collated; }if( printCapabilities.DuplexingCapability.Contains( Duplexing.TwoSidedLongEdge) ) { printTicket.Duplexing = Duplexing.TwoSidedLongEdge; }if(printCapabilities.StaplingCapability.Contains(Stapling.StapleDualLeft)) { printTicket.Stapling = Stapling.StapleDualLeft...
Gets a value indicating the width of the imageable area on a page, where width means the horizontal dimension relative to the page's orientation. OutputColorCapability Gets a collection of values that specify the ways in which a printer can print content with color and shades of gray. Outpu...
On the Embedded Web Server's Submit Job page:selectAdvanced settings>Paper>Layout/Margins>Borderless. When you selectBorderless, you must also select one of the following Image Enlargement options: Automatically by printermeans that the printer automatically enlarges your image slightly (normally by a...