Class PdfViewerServerActionSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerServerActionSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerServerActionSettingsBuilder : ControlBuilder
Constructors
PdfViewerServerActionSettingsBuilder()
Declaration
public PdfViewerServerActionSettingsBuilder()
PdfViewerServerActionSettingsBuilder(PdfViewerServerActionSettings)
Declaration
public PdfViewerServerActionSettingsBuilder(PdfViewerServerActionSettings model)
Parameters
Methods
Download(String)
specifies the download action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder Download(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ExportAnnotations(String)
specifies the export annotations action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder ExportAnnotations(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
specifies the export action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder ExportFormFields(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ImportAnnotations(String)
specifies the imports annotations action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder ImportAnnotations(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
specifies the imports action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder ImportFormFields(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Load(String)
specifies the load action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder Load(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Print(String)
specifies the print action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder Print(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
specifies the annotation comments action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder RenderComments(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
RenderPages(String)
specifies the render action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder RenderPages(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
RenderTexts(String)
specifies the export action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder RenderTexts(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
RenderThumbnail(String)
specifies the download action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder RenderThumbnail(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Unload(String)
specifies the unload action of PdfViewer.
Declaration
public PdfViewerServerActionSettingsBuilder Unload(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ValidatePassword(String)
Specifies the password validation action of PDF Viewer.
Declaration
public PdfViewerServerActionSettingsBuilder ValidatePassword(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns