Gets or sets the control ID of the PdfViewer this toolbar will interact with.
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);
} |
Field Value
The control ID of the PdfViewer this toolbar will interact with.
See Also