PdfPrinterPrintPdf(String, Int32) Method
Call this method to print the pages of a PDF file starting from a PDF page number to the end of the PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void PrintPdf(
string pdfFile,
int firstPdfPageNumber
)
Public Sub PrintPdf (
pdfFile As String,
firstPdfPageNumber As Integer
)
public:
void PrintPdf(
String^ pdfFile,
int firstPdfPageNumber
)
member PrintPdf :
pdfFile : string *
firstPdfPageNumber : int -> unit
Parameters
- pdfFile String
- The fully qualified name of the PDF file
- firstPdfPageNumber Int32
- The first PDF page number