Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 17,980 for

printer

(0.15 sec)
  1. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...uint8_t > ()); std :: cout << "Printer settings of this worksheet...Sheet1 Paper Size : PaperLegal Printer settings of this worksheet...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  2. Aspose::Words::Layout::LayoutOptions::get_Ignor...

    Aspose::Words::Layout::LayoutOptions::get_IgnorePrinterMetrics method. Gets or sets indication of whether the "Use Printer metrics to lay out document" compatibility option is ignored. Default is true in C++....indication of whether the “Use printer metrics to lay out document”...Examples Shows how to ignore ‘Use printer metrics to lay out document’...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Aspose::Words::Saving::PclSaveOptions::AddPrint...

    Aspose::Words::Saving::PclSaveOptions::AddPrinterFont method. Adds information about font that is uploaded to the Printer by manufacturer in C++....font that is uploaded to the printer by manufacturer. void Aspose...Examples Shows how to get a printer to substitute all instances...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Fields::FieldPrint::get_PostScri...

    Aspose::Words::Fields::FieldPrint::get_PostScriptGroup method. Gets or sets the drawing rectangle that the PostScript instructions operate on in C++....can send instructions to the printer. auto field = System :: ExplicitCast...)); // Set the area for the printer to perform instructions over...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Does the API support printing a doc/pdf for cus...

    Hi,Support: Is there any feature for the API to support print a doc/Pdf for customed color white-black mode? For example: There is a doc/Pdf document who has 120 pages, and the 8th,20th,33-35th,89th,115th page has co…...doc/pdf is to be printed, if the printer support color mode, then the...black-white result; If the printer does not support color printing...

    forum.aspose.com/t/does-the-api-support-printin...
  6. Print PDF using Java | Aspose.PDF

    Print PDF documents programmatically with Java sample code using Aspose.PDF for Java...printing // Create objects for printer and page settings and PrintDocument...PrintPageSettings (); // Set printer name printerSettings . setPrinterName...

    products.aspose.com/pdf/java/print/
  7. Aspose.PDF Printing Error Margin - Free Support...

    Hi, i’m develope into my software the print of pdf file but when use PdfViewer for printing, the print have a large margin. I use this code: Aspose.Pdf.Facades.PdfViewer viewer = new Aspose.Pdf.Facades.PdfViewer(); //…...printing //Print document using printer and page settings viewer.P...approach you can take: Set Up the Printer Job : You can create a PrinterJob...

    forum.aspose.com/t/aspose-pdf-printing-error-ma...
  8. PageInfo.PaperTray | Aspose.Words for .NET

    Discover the PageInfo PaperTray property to access the specific paper tray bin for your document. Enhance your printing efficiency with tailored solutions!...The value is implementation (printer) specific. public int PaperTray...We will assign a different printer paper tray to each one, //...

    reference.aspose.com/words/net/aspose.words.ren...
  9. PageInfo.Landscape | Aspose.Words for .NET

    Discover if your document's page orientation is landscape with PageInfo. Ensure optimal layout for stunning presentations and prints....source (printer tray) for each section as a printer-specific..."RawKind" property, which your printer should return. e . PageSettings...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Print PDF using C++ | Aspose.PDF

    Print PDF documents programmatically with C++ sample code using Aspose.PDF for C++...printing // Create objects for printer and page settings and PrintDocument... PrintDocument (); // Set printer name ps . PrinterName = prtdoc...

    products.aspose.com/pdf/cpp/print/