PdfViewer Constructors

Overloads

PdfViewer()Initializes a new instance of the PdfViewer class.
PdfViewer(IStringProvider)Initializes a new instance of the PdfViewer class.
PdfViewer(ResourceManager)Initializes a new instance of the PdfViewer class with resource file.

PdfViewer()

Initializes a new instance of the PdfViewer class.

public PdfViewer()
Public Sub New ()

Licensing Info

This constructor is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

PdfViewer(IStringProvider)

Initializes a new instance of the PdfViewer class.

public PdfViewer(IStringProvider stringProvider)
Public Sub New (stringProvider As IStringProvider)

Parameters

stringProvider
IStringProvider

Licensing Info

This constructor is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

PdfViewer(ResourceManager)

Initializes a new instance of the PdfViewer class with resource file.

public PdfViewer(ResourceManager resource)
Public Sub New (resource As ResourceManager)

Parameters

Licensing Info

This constructor is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

See Also

PdfViewer
ceTe.DynamicPDF.Viewer

In this topic