HiQPdf Documentation

HtmlConversionInfo Class

Quickly Create High Quality PDFs
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
Inheritance Hierarchy

SystemObject
  HiQPdfHtmlConversionInfo

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class HtmlConversionInfo

The HtmlConversionInfo type exposes the following members.

Properties

  NameDescription
Public propertyHtmlHeader
The HTML document header containing the title, keywords and description of the HTML document
Public propertyPdfRegions
The regions in PDF rendered by a HTML to PDF conversion. For each PDF page rendered there is PdfPageRegion object in the array returned by this property
Public propertySelectedHtmlElementsInfo
Returns a collection of HtmlElementInfo objects containing one object for each HTML element selected by the SelectedHtmlElements property property of the HtmlToPdf class. A HtmlElementInfo object offers detailed information about a HTML element like its position in the generated PDF document, the HTML id, the tag name, the HTML code of the element, etc.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference