HiQPdf Documentation

PdfPageHtmlCode Class

Quickly Create High Quality PDFs
The HTML code resulted after conversion of a PDF page
Inheritance Hierarchy

SystemObject
  HiQPdfPdfPageHtmlCode

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

public class PdfPageHtmlCode : IDisposable

The PdfPageHtmlCode type exposes the following members.

Properties

  NameDescription
Public propertyHtmlCode
The HTML code resulted after PDF page conversion
Public propertyPdfPageNumber
The number of the PDF page which produced this HTML code
Top
Methods

  NameDescription
Public methodDispose
Call this method to dispose HTML code resulted after PDF page conversion
Protected methodDispose(Boolean)
Dispose the HTML code resulted after PDF page conversion
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