PdfHtmlLayoutFormat Class |
Namespace: Spire.Additions.Html
The PdfHtmlLayoutFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfHtmlLayoutFormat |
Initializes a new instance of the
PdfHtmlLayoutFormat
class
|
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
IsWaiting |
webBrowser load htmlwhetherWaiting
|
![]() |
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.
|
![]() |
TrimPage |
If html view is smaller than page, trim pdf page to fit html view.
|
![]() |
WaitingTime |
webBrowser load htmlwhetherWaiting timein milliseconds.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|