Gets or sets the page view control id.
Namespace: TallComponents.Web.PdfAssembly: 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); } |