The HiQPdf namespace contains all the classes, interfaces, events and event handlers defined by the HiQPdf software.
Classes
| Class | Description | |
|---|---|---|
| HiQPdfException |
A generic exception that can be thrown by library. The message and inner exception offer additional information
about the exception
| |
| HtmlConversionInfo |
An object of this class is created after a HTML conversion and contains information about the converted HTML document,
about the HTML elements in the HTML document and about the regions rendered in a PDF document
| |
| HtmlConverterBase |
The base class for HTML converters
| |
| HtmlDocumentHeader |
An object of this type is created after HTML to PDF conversion and offers information about the
document title and metadata
| |
| HtmlElementInfo |
Encapsulates various details about a HTML element collected during conversion
| |
| HtmlElementInfoCollection |
A collection of HtmlElementInfo objects
| |
| HtmlObjectBase |
The base class for HTML converter objects
| |
| HtmlToImage |
The HTML to Image converter class
| |
| HtmlToPdf |
The HTML to PDF converter class
| |
| HtmlToSvg |
The HTML to SVG converter class
| |
| HttpAuthentication |
Encapsulates a username and a password to resolve various types of HTTP authentication
| |
| HttpCookiesCollection |
The collection of HTTP cookies class
| |
| HttpHeadersCollection |
The collection of HTTP headers class
| |
| HttpPostField |
The HTTP POST field class
| |
| HttpPostFieldsCollection |
The collection of HTTP POST fields class
| |
| HttpRequestCookie |
The HTTP cookie class
| |
| HttpRequestHeader |
The HTTP header class
| |
| NetworkProxy |
The network proxy class
| |
| PdfActionBase |
Generic base class for PDF actions
| |
| PdfAttachment |
The PDF attachment class. An object of this class can be created by the CreateAttachmentFromFile(PdfPage, RectangleF, PdfAttachIconType, String)
and CreateAttachmentFromStream(PdfPage, RectangleF, PdfAttachIconType, Stream, String) methods of the PdfDocument class
| |
| PdfAutoOutlines |
Controls the creation of automatic outlines
| |
| PdfBezierCurve |
The PDF Bezier curve class
| |
| PdfCanvas |
A generic container for PDF objects
| |
| PdfCertificate |
The digital signature certificate class
| |
| PdfCertificatesCollection |
A collection of PdfCertificate elements
| |
| PdfCircle |
The PDF circle class
| |
| PdfColor |
The PDF color class
| |
| PdfDestination |
The destination of outlines, internal links and GoTo actions in the PDF document
| |
| PdfDigitalSignature |
The digital signature class. A digital signature can be applied to a PDF document using the
AddDigitalSignature(PdfDigitalSignature, PdfPage, RectangleF) method
| |
| PdfDocument |
The PDF document class
| |
| PdfDocumentControl | ||
| PdfDocumentFooter |
The PDF document footer canvas. An object of this type can be constructed using the CreateFooterCanvas(Single, Single)
method of the PdfDocument class
| |
| PdfDocumentHeader |
The PDF document header canvas. An object of this type can be constructed using the CreateHeaderCanvas(Single, Single)
method of the PdfDocument class
| |
| PdfDocumentMargins |
An object of this class is exposed by the Margins property of the PdfDocument class
and controls the PDF document margins
| |
| PdfDocumentProperties |
Controls the title, subject, keywords, author and the creation date of a PDF document
| |
| PdfDocumentSecurity |
Controls the security attributes of the PDF document
| |
| PdfDocumentViewer |
The PDF viewer preferences class
| |
| PdfDpiTransform |
Transform between pixels, points and inches
| |
| PdfDrawableObject |
Generic base class for all the objects that can be laid out in a PDF page
| |
| PdfEllipse |
The PDF ellipse class
| |
| PdfEllipseArc |
The PDF ellipse arc class
| |
| PdfEllipseSlice |
The PDF ellipse slice class
| |
| PdfFont |
The PDF font class
| |
| PdfFontsCollection |
A collection of PdfFont objects
| |
| PdfFooter |
This class controls the footer of the PDF document generated by the HTML to PDF Converter.
A reference to an object of this class is exposed by the Footer property
of the PdfDocumentControl class
| |
| PdfForm |
The PDF document form class
| |
| PdfFormButton |
A button in a PDF form
| |
| PdfFormCheckBox |
A check box in a PDF form
| |
| PdfFormComboBox |
A combo box in a PDF form consisting in a drop down list and an optional editable text box
| |
| PdfFormField |
A field in a PDF document form
| |
| PdfFormFieldsCollection |
The PDF form fields collection
| |
| PdfFormFieldStyle |
The style of a PDF form field
| |
| PdfFormListBox |
A list box in a PDF form
| |
| PdfFormRadioButton |
A radio button in a radio buttons group
| |
| PdfFormRadioButtonsGroup |
A group of radio buttons in a PDF form
| |
| PdfFormTextBox |
A text box in a PDF form
| |
| PdfGoToAction |
The Go To action class
| |
| PdfHeader |
This class controls the header of the PDF document generated by the HTML to PDF Converter.
A reference to an object of this class is exposed by the Header property
of the PdfDocumentControl class
| |
| PdfHtml |
An object of this class can be laid out in any position in a PDF document to render HTML content in place.
Multiple objects of this type can be laid out in the same PDF page and even overlapped.
If there is no background defined in the HTML document then the background of the rendered content in PDF will be transparent,
making visible the existing content under it
| |
| PdfHtmlImage |
An object of this class can be laid out in any position in a PDF document to render a HTML content as image in place.
Multiple objects of this type can be laid out in the same PDF page and even overlapped.
| |
| PdfImage |
The PDF image class
| |
| PdfJavaScriptAction |
The JavaScript action class
| |
| PdfLayoutInfo |
The layout information after adding a PDF object to a canvas
| |
| PdfLine |
The PDF line class
| |
| PdfLineStyle |
The PDF line style encapsulating the line width, dash pattern, cap style and join style
| |
| PdfMargins |
The PDF document margins class
| |
| PdfObject |
A generic base class for PDF objects
| |
| PdfOutline |
The PDF outline class
| |
| PdfOutlinesCollection |
A collection of PdfOutline objects
| |
| PdfPage |
The PDF page class
| |
| PdfPageCreatingParams | PageCreatingEvent event parameters
| |
| PdfPageLayoutingEndedParams | PageLayoutingEndedEvent event parameters
| |
| PdfPageLayoutingParams | PageLayoutingEvent event parameters
| |
| PdfPageRegion |
A region in a PDF document page
| |
| PdfPagesCollection |
A collection of PdfPage objects
| |
| PdfPageSize |
The PDF page size class
| |
| PdfPolygon |
The PDF polygon class
| |
| PdfProperties |
Controls the title, subject, keywords, author and the creation date of the PDF document generated by converter
| |
| PdfRectangle |
The PDF rectangle class
| |
| PdfRepeatCanvas |
This canvas is automatically laid out in the same position on each PDF page
| |
| PdfRepeatCanvasCollection |
A collection of PdfRepeatCanvas objects
| |
| PdfResetFormAction |
Encapsulates the Reset form action options
| |
| PdfSecurity |
Controls the security attributes of the generated PDF document
| |
| PdfSubmitFormAction |
Encapsulates the Submit form action options
| |
| PdfText |
The PDF text class
| |
| PdfTextNote |
The PDF text note class
| |
| PdfViewer |
The PDF viewer preferences class
|
Delegates
| Delegate | Description | |
|---|---|---|
| PdfPageCreatingDelegate |
Delegate for the PageCreatingEvent event
| |
| PdfPageLayoutingDelegate |
Delegate for PageLayoutingEvent event
| |
| PdfPageLayoutingEndedDelegate |
Delegate for PageLayoutingEndedEvent event
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ConversionTriggerMode |
The possible options for triggering the conversion after the page was loaded in converter
| |
| PdfAnchoringMode |
The anchoring mode in a PDF page
| |
| PdfAttachIconType |
The PDF file attachment icon type
| |
| PdfBlendingMode |
The standard blending types in PDF
| |
| PdfBorderStyle |
The border style in PDF
| |
| PdfColorSpace |
The PDF color spaces
| |
| PdfDestinationViewMode |
The view mode of a PDF destination
| |
| PdfDockingMode |
The docking mode in a PDF page
| |
| PdfEncryptionLevel |
The RC4 encryption level
| |
| PdfFormSubmitFlags |
The submit form action flags that can be combined to specify various characteristics of the action
| |
| PdfFullScreenExitMode |
The viewer page mode on exiting full screen
| |
| PdfLineCapStyle |
The PDF line cap style
| |
| PdfLineDashPattern |
The patterns of dashes and gaps used to stroke paths
| |
| PdfLineJoinStyle |
PDF lines join styles
| |
| PdfOutlineStyle |
The outline title style
| |
| PdfPageLayout |
The page layout to be used when the document is displayed
| |
| PdfPageMode |
The page mode to be used when the document is displayed
| |
| PdfPageOrientation |
The PDF page orientation
| |
| PdfPageRotation |
PDF page rotation
| |
| PdfReadingOrder |
The reading order when the document is displayed
| |
| PdfStandard |
The PDF standard used to generate the document
| |
| PdfStandardFont |
PDF standard Type 1 fonts recognized by any PDF viewer
| |
| PdfTextHAlign |
The PDF text horizontal allign
| |
| PdfTextNoteIconType |
The PDF text note icon type
| |
| PdfTextOrder |
The text order in PDF
| |
| PdfTextVAlign |
The PDF text vertical align
| |
| ProxyProtocol |
The supported proxy protocols
|