Class PdfViewerServerActionSettings
Inheritance
System.Object
PdfViewerServerActionSettings
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
Download
specifies the download action of PdfViewer.
Declaration
public string Download { get; set; }
Property Value
Type |
Description |
System.String |
|
ExportAnnotations
specifies the export annotations action of PdfViewer.
Declaration
public string ExportAnnotations { get; set; }
Property Value
Type |
Description |
System.String |
|
specifies the export action of PdfViewer.
Declaration
public string ExportFormFields { get; set; }
Property Value
Type |
Description |
System.String |
|
ImportAnnotations
specifies the imports annotations action of PdfViewer.
Declaration
public string ImportAnnotations { get; set; }
Property Value
Type |
Description |
System.String |
|
specifies the imports action of PdfViewer.
Declaration
public string ImportFormFields { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Load
specifies the load action of PdfViewer.
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Print
specifies the print action of PdfViewer.
Declaration
public string Print { get; set; }
Property Value
Type |
Description |
System.String |
|
specifies the annotation comments action of PdfViewer.
Declaration
public string RenderComments { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderPages
specifies the render action of PdfViewer.
Declaration
public string RenderPages { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderTexts
specifies the export action of PdfViewer.
Declaration
public string RenderTexts { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderThumbnail
specifies the download action of PdfViewer.
Declaration
public string RenderThumbnail { get; set; }
Property Value
Type |
Description |
System.String |
|
Unload
specifies the unload action of PdfViewer.
Declaration
public string Unload { get; set; }
Property Value
Type |
Description |
System.String |
|