Kendo.Mvc.UI.TreeListPdfSettings
Kendo UI TreeListPdfSettings class
Properties
AllPages
Exports all TreeList pages, starting from the first one.
Author
The author of the PDF document.
AutoPrint
Specifies if the Print dialog should be opened immediately after loading the document.
AvoidLinks
(Available as of the 2015.3.1020 release) A flag which indicates whether to produce actual hyperlinks in the exported PDF file. You can also pass a CSS selector as an argument. All matching links will be ignored.
Creator
The creator of the PDF document.
Date
The date when the PDF document is created. Defaults to new Date().
FileName
Specifies the file name of the exported PDF file.
ForceProxy
If set to true, the content will be forwarded to proxyURL even if the browser supports the local saving of files.
JpegQuality
Specifies the quality of the images within the exported file, from 0 to 1.
KeepPNG
If set to true all PNG images contained in the exported file will be kept in PNG format.
Keywords
Specifies the keywords of the exported PDF file.
Landscape
If set to true, reverses the paper dimensions in such a way that the width becomes the larger edge.
ProxyURL
The URL of the server side proxy which will stream the file to the end user. A proxy will be used when the browser is not capable of saving files locally. Such browsers are IE version 9 and earlier, and Safari. The developer is responsible for implementing the server-side proxy. The proxy will return the decoded file with the Content-Disposition header set to attachment; filename="
ProxyTarget
A name or keyword whcih indicates where to display the document that was returned by the proxy. To display the document in a new window or iframe, the proxy will set the Content-Disposition header to inline; filename="
Subject
Sets the subject of the PDF file.
Title
Sets the title of the PDF file.
Methods
Serialize
Serializes the current instance to a Dictionary.
SerializeSettings
Serialize current instance to Dictionary