Click or drag to resize

PdfBookmarkOptions Class

Controls the bookmark generation
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfPdfBookmarkOptions

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class PdfBookmarkOptions

The PdfBookmarkOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfBookmarkOptions
Top
Properties
  NameDescription
Public propertyHtmlElementSelectors
Gets or sets the selectors of the HTML elements to be bookmarked. For example, the selector for all the H1 elements is "H1", the selector for all the elements with the CSS class name 'myclass' is "*.myclass" and the selector for the elements with the id 'myid' is "*#myid". Note: This is used only by the WebKit rendering engine.
Public propertyMaxTitleLength
Gets or sets the maximum accepted length of the bookmark title string. If a positive value is set for this property the bookmark title will be truncated if necessary. The default value is -1 and the bookmark title will not be truncated.
Top
See Also