C# Class PDFViewer.frmPDFViewer.loadPagesParam

Datei anzeigen Open project: pvginkel/XPdfNet

Public Properties

Property Type Description
listView System.Windows.Forms.ListView
pdfDoc PDFWrapper

Public Methods

Method Description
loadPagesParam ( PDFWrapper pdf, ListView lv ) : System

Method Details

loadPagesParam() public method

public loadPagesParam ( PDFWrapper pdf, ListView lv ) : System
pdf PDFWrapper
lv System.Windows.Forms.ListView
return System

Property Details

listView public_oe property

public ListView,System.Windows.Forms listView
return System.Windows.Forms.ListView

pdfDoc public_oe property

public PDFWrapper pdfDoc
return PDFWrapper