Gets or sets the page view control id.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public string PdfViewerControlId { get; set; }
Visual Basic
Public Property PdfViewerControlId As String
	Get
	Set
Visual C++
public:
property String^ PdfViewerControlId {
	String^ get ();
	void set (String^ value);
}

Field Value

The page view control id.

See Also