Click or drag to resize

SelectPdf.Api Namespace

SelectPdf Online API .NET Client.
Classes
  ClassDescription
Public classApiClient
Base class for API clients. Do not use this directly.
Public classApiException
Exception thrown by SelectPdf API Client.
Public classAsyncJobClient
Get the result of an asynchronous call.
Public classCode exampleHtmlToPdfClient
Html To Pdf Conversion with SelectPdf Online API.
Public classCode examplePdfMergeClient
Pdf Merge with SelectPdf Online API.
Public classCode examplePdfToTextClient
Pdf To Text Conversion with SelectPdf Online API.
Public classTextPosition
The text position in a PDF document.
Public classCode exampleUsageClient
Get usage details for SelectPdf Online API.
Public classUsageInformation
SelectPdf API usage information.
Public classUsageMonthlyDetails
SelectPdf API monthly usage information.
Public classWebElement
Represents the mapping of a HTML element in the PDF document as collection of PDF rectangles. A HTML element can span on many pages in the generated PDF document and therefore, in general, many PDF rectangles are necessary to completely describe the mapping of a HTML element in PDF.
Public classWebElementPdfRectangle
Represents the rectangle occupied by a HTML element in a page of the generated PDF document.
Public classWebElementsClient
Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter was set during the initial conversion call and elements were found to match the selectors.
Enumerations
  EnumerationDescription
Public enumerationOutputFormat
The output format (for pdf to text calls).
Public enumerationPageLayout
The page layout to be used when the pdf document is opened in a viewer.
Public enumerationPageMode
The PDF document's page mode.
Public enumerationPageNumbersAlignment
Alignment for page numbers.
Public enumerationPageOrientation
PDF page orientation.
Public enumerationPageSize
PDF page size.
Public enumerationRenderingEngine
Rendering engine used for HTML to PDF conversion.
Public enumerationSecureProtocol
Protocol used for secure (HTTPS) connections.
Public enumerationStartupMode
Specifies the converter startup mode.
Public enumerationTextLayout
The output text layout (for pdf to text calls).