IHtmlOptions Properties |
The IHtmlOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsISaveOptions |
Returns ISaveOptions interface.
Read-only ISaveOptions.
|
![]() ![]() | DefaultRegularFont |
Returns or sets font used in case source font is not found.
Read-write String.
(Inherited from ISaveOptions.) |
![]() | DeletePicturesCroppedAreas |
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped
parts will removed, if false they will be serialized in the document (which can possible lead to a
larger file)
Read/write Boolean.
|
![]() | HtmlFormatter |
Returns or sets HTML template.
Read/write IHtmlFormatter.
|
![]() | JpegQuality |
Returns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write Byte.
|
![]() | NotesCommentsLayouting |
Provides options that control how notes and comments is placed in exported document.
|
![]() | PicturesCompression |
Represents the pictures compression level
Read/write PicturesCompression.
|
![]() | ProgressCallback |
Represents a callback object for saving progress updates in percentage.
See IProgressCallback.
(Inherited from ISaveOptions.) |
![]() | ShowHiddenSlides |
Specifies whether the generated document should include hidden slides or not.
Default is false.
|
![]() | SlideImageFormat |
Returns or sets slide image format options.
Read/write ISlideImageFormat.
|
![]() | SvgResponsiveLayout |
True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.
Read/write Boolean.
|
![]() | WarningCallback |
Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
(Inherited from ISaveOptions.) |