Click or drag to resize
Pdf Library for .NET

SelectPdf Namespace

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