PdfViewer.BindPdf

BindPdf(string)

تقوم بتهيئة الواجهة.

public void BindPdf(string srcFile)
ParameterTypeDescription
srcFileStringملف PDF.

See Also


BindPdf(Stream)

تقوم بتهيئة الواجهة.

public void BindPdf(Stream srcStream)
ParameterTypeDescription
srcStreamStreamتدفق ملف PDF.

See Also


BindPdf(Document)

تقوم بتهيئة الواجهة.

public void BindPdf(Document srcDoc)
ParameterTypeDescription
srcDocDocumentكائن Aspose.Pdf.Document.

See Also