ExpertPdf Html to Pdf Converter Library
DefaultTitle Property
NamespacesExpertPdf.HtmlToPdfPdfBookmarkOptionsDefaultTitle
ExpertPdf Html to Pdf Converter Library
Gets or sets the default title to be used for bookmarks that don't have an associated text. This property has effect only if AllowDefaultTitle is true and DefaultTitleToOuterHtml is false. This property defaults to "Bookmark" text. Note: This is used only by the IE rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public string DefaultTitle { get; set; }
Public Property DefaultTitle As String
	Get
	Set
public:
property String^ DefaultTitle {
	String^ get ();
	void set (String^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)