ExpertPdf Html to Pdf Converter Library
MaxTitleLength Property
NamespacesExpertPdf.HtmlToPdfPdfBookmarkOptionsMaxTitleLength
ExpertPdf Html to Pdf Converter Library
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 necessasry. The default value is -1 and the bookmark title will not be truncated.
Declaration Syntax
C#Visual BasicVisual C++
public int MaxTitleLength { get; set; }
Public Property MaxTitleLength As Integer
	Get
	Set
public:
property int MaxTitleLength {
	int get ();
	void set (int value);
}
Property Value

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