SelectPdf Namespace |
Class | Description | |
---|---|---|
GlobalProperties |
Global properties for SelectPdf SDK.
| |
HiddenWebElements |
Helps defining a set of html elements that will not be displayed in the generated pdf document.
| |
HtmlToImage |
Html to Image Converter. This class offers the API needed to create images in various formats from
a specified web page or html string.
| |
HtmlToPdf |
Html To Pdf Converter. This class offers the API needed to convert any web page url or html string to pdf.
| |
HtmlToPdfAuthenticationOptions |
Authentication options needed when the web page to be converted requires authentication.
| |
HtmlToPdfDocumentInformation |
This class provides the possibility to control the pdf document properties.
| |
HtmlToPdfException |
Exception thrown by the html to pdf converter related objects.
| |
HtmlToPdfOptions |
This class contains various options used for the html to pdf conversion.
| |
HtmlToPdfProxyOptions |
The proxy settings used to resolve the HTTP requests.
| |
HtmlToPdfResult |
Offers information about the html to pdf conversion process.
| |
HtmlToPdfViewerPreferences |
The pdf viewer preferences. Controls how the pdf document appears in a pdf viewer (like Adobe Reader).
| |
LoginOptions |
This class contains options that are used to handle login pages.
| |
PdfAction |
Base class for the pdf actions.
| |
PdfActionGoTo |
Represents a Go To action in a pdf document.
| |
PdfActionJavaScript |
Represents a JavaScript action in a pdf document.
| |
PdfBookmark |
Represents a bookmark in a pdf document.
| |
PdfBookmarkOptions |
Helps defining a set of html elements that will be associated with bookmarks in the generated pdf document.
| |
PdfBookmarksCollection |
Represents the collection of bookmarks in a pdf document.
| |
PdfCanvas |
Base class for classes that can render pdf page elements.
| |
PdfColor |
Represents a pdf color.
| |
PdfCustomPageSize |
The pdf page size expressed in points.
| |
PdfDestination |
Represents a destination in a pdf document.
| |
PdfDocument |
Represents a pdf document.
| |
PdfDocumentException |
Exception thrown by the pdf document related objects.
| |
PdfDocumentInformation |
This class provides the possibility to control the pdf document properties.
| |
PdfDocumentOpenAction |
Encapsulates an action to be performed when the pdf document is opened.
| |
PdfDocumentSecurity |
This class provides the options to control the pdf document security.
| |
PdfFont |
Represents a font in a pdf document.
| |
PdfFontCollection |
Represents a collection of fonts in a pdf document.
| |
PdfFooter |
Handles the properties of the footer of the generated pdf document.
| |
PdfHeader |
Handles the properties of the header of the generated pdf document.
| |
PdfHtmlSection |
Represents a html element that can be added to the header or footer templates of a pdf document.
| |
PdfImageSection |
Represents an image that can be added to the header or footer templates of a pdf document.
| |
PdfMargins |
Represents the settings for a pdf page margins.
| |
PdfPage |
Represents a page in a pdf document.
| |
PdfPageCollection |
Represents the collection of pages in a pdf document.
| |
PdfPageElement |
The base class for all graphic elements from a pdf document.
| |
PdfRenderingResult |
The result of adding a pdf element to a pdf page or template.
| |
PdfSectionElement |
The base class for pdf elements that can be added to header and footer of a pdf document.
| |
PdfSecurityOptions |
This class provides the options to control the pdf document security.
| |
PdfTemplate |
Represents a template in a pdf document. A template contains elements that are repeated on each page of the pdf document.
| |
PdfTemplateCollection |
Represents the collection of pages in a pdf document. A pdf template is repeated on each page of the pdf document.
| |
PdfTextSection |
Represents a text that can be added to the header or footer templates of a pdf document.
| |
PdfViewerPreferences |
The pdf viewer preferences. Controls how the pdf document appears in a pdf viewer (like Adobe Reader).
| |
WebPageInformation |
This class provides information about the converted web page (title, description, keywords).
|
Enumeration | Description | |
---|---|---|
HtmlToPdfCssMediaType |
Specifies what css styles are loaded when the html is rendered
| |
HtmlToPdfPageFitMode |
Specifies how the html content is rendered in a pdf page.
| |
HtmlToPdfStartupMode |
Specifies the converter startup mode.
| |
NetworkProxyType |
The list of available proxy types used by the converter to resolve HTTP requests.
| |
PdfBookmarkStyle |
The pdf bookmark text style.
| |
PdfColorSpace |
The list of possible color spaces for the pdf document.
| |
PdfCompressionLevel |
The pdf document compression level.
| |
PdfDestinationFitMode |
Specifies the auto-fit mode for a PdfDestination object.
| |
PdfEncryptionAlgorithm |
The encryption algorithm.
| |
PdfEncryptionKeySize |
The length of the pdf encryption key.
| |
PdfFontType |
The list of supported fonts for the header and footer
| |
PdfPageOrientation |
The list of pdf pages available orientations.
| |
PdfPageRotation |
Standard rotation angles for pdf pages.
| |
PdfPageSize |
The list of pdf standard page sizes.
| |
PdfStandard |
The list of pdf standards available.
| |
PdfStandardCJKFont |
The Korean-Japanesse-Chinese (CJK) predefined fonts.
| |
PdfStandardFont |
Standard PDF font families.
| |
PdfTemplateAnchoring |
The anchoring position of a pdf template.
| |
PdfTemplateDocking |
The docking style of a pdf template.
| |
PdfTextHorizontalAlign |
Specifies horizontal alignment of text.
| |
PdfTextVerticalAlign |
Specifies vertical alignment of text.
| |
PdfViewerFullScreenExitMode |
Specifies how to display the pdf document on exiting full-screen mode.
| |
PdfViewerPageLayout |
Specifies the page layout to be used when the pdf document is opened in a viewer.
| |
PdfViewerPageMode |
Specifies the pdf document's page mode.
| |
PdfViewerTextOrder |
Used in pdf document viewer preferences to specify the reading order for texts.
| |
RenderingEngine |
Specifies the rendering engine used by the converter to load and render the HTML.
| |
SecureProtocol |
Protocol used for secure (HTTPS) connections.
|