Class PdfViewerDesigner
Gets a collection of PdfViewer values
Inheritance
System.Object
PdfViewerDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class PdfViewerDesigner : ControlDesigner
Constructors
PdfViewerDesigner()
Declaration
public PdfViewerDesigner()
Fields
ActionList
Declaration
[SecurityCritical]
public DesignerActionListCollection ActionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
PdfViewer
Declaration
public PdfViewer PdfViewer { get; }
Property Value
Methods
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetEmptyDesignTimeHtml()
Declaration
[SecurityCritical]
protected override string GetEmptyDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|