Class PdfViewerServerActionSettings
Inheritance
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerServerActionSettings : EJTagHelper
Constructors
PdfViewerServerActionSettings()
Declaration
public PdfViewerServerActionSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Download
specifies the download action of PdfViewer.
Declaration
public string Download { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ExportAnnotations
specifies the export annotations action of PdfViewer.
Declaration
public string ExportAnnotations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ExportFormFields
specifies the export form fields action of PdfViewer.
Declaration
public string ExportFormFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ImportAnnotations
specifies the imports annotations action of PdfViewer.
Declaration
public string ImportAnnotations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ImportFormFields
specifies the imports form fields action of PdfViewer.
Declaration
public string ImportFormFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Load
specifies the load action of PdfViewer.
Declaration
public string Load { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
specifies the print action of PdfViewer.
Declaration
public string Print { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
RenderComments
specifies the annotation comments action of PdfViewer.
Declaration
public string RenderComments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
RenderPages
specifies the render action of PdfViewer.
Declaration
public string RenderPages { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
RenderTexts
specifies the render pdf texts action of PdfViewer.
Declaration
public string RenderTexts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
RenderThumbnail
specifies the render thumbnail action of PdfViewer.
Declaration
public string RenderThumbnail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Unload
specifies the unload action of PdfViewer.
Declaration
public string Unload { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ValidatePassword
Specifies the password validation action of PDF Viewer.
Declaration
public string ValidatePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |