Show / Hide Table of Contents

Class Print

Inheritance
object
Print
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class Print

Methods

StartPrintJob(PDFDoc, string, string, string, PageSet, PrinterMode, Context)

Declaration
public static void StartPrintJob(PDFDoc in_pdfdoc, string in_printerName, string in_jobName, string in_outputFileName, PageSet in_pagesToPrint, PrinterMode in_printerMode, Context in_ctx)
Parameters
Type Name Description
PDFDoc in_pdfdoc
string in_printerName
string in_jobName
string in_outputFileName
PageSet in_pagesToPrint
PrinterMode in_printerMode
Context in_ctx
In this article
Back to top Generated by DocFX