PdfPageHtmlCode Class

The HTML code resulted after conversion of a PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfPageHtmlCode : IDisposable
Inheritance
Object    PdfPageHtmlCode
Implements
IDisposable

Properties

HtmlCode The HTML code resulted after PDF page conversion
PdfPageNumber The number of the PDF page which produced this HTML code

Methods

Dispose Call this method to dispose HTML code resulted after PDF page conversion
Dispose(Boolean) Dispose the HTML code resulted after PDF page conversion
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also