Namespace: Spire.Pdf.HtmlConverter
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfHtmlLayoutFormat
Public Class PdfHtmlLayoutFormat
public ref class PdfHtmlLayoutFormat
type PdfHtmlLayoutFormat =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfHtmlLayoutFormat()()()()
Initializes a new instance of the PdfHtmlLayoutFormat class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FitToHtml
If html view is larger than page, resize pdf page to fit html view. But if html view is smaller than, will not resize pdf page.
FitToPage
If html view is larger than pdf page, zooms out it to fit pdf page. But if html view is smaller than, will not zoom in it.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsWaiting
webBrowser load html whether Waiting
Layout
Gets or sets layout type of the element.
LoadHtmlTimeout
The maximum time in milliseconds to wait the completion of loading html. Default is 30000.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TrimPage
If html view is smaller than page, trim pdf page to fit html view.
WaitingTime
webBrowser load html whether Waiting time in milliseconds.

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.HtmlConverter..::..PdfHtmlLayoutFormat

See Also