Class PdfViewerServerActionSettings
Class ServerActionSettings.
Inheritance
System.Object
PdfViewerServerActionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models.PDFViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class PdfViewerServerActionSettings
Constructors
PdfViewerServerActionSettings()
Declaration
public PdfViewerServerActionSettings()
Properties
Download
Specifies the Download Action method in the Server
Declaration
[JsonProperty("download")]
public string Download { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileUpload
Specifies the FileUpload Action method in the Server
Declaration
[JsonProperty("fileUpload")]
public string FileUpload { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Load
Specifies the Load Action method in the Server
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Specifies the Print Action method in the Server
Declaration
[JsonProperty("print")]
public string Print { get; set; }
Property Value
Type | Description |
---|---|
System.String |