PdfBookmarkOptionsMaxTitleLength Property |
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.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic int MaxTitleLength { get; set; }
Public Property MaxTitleLength As Integer
Get
Set
Property Value
Type:
Int32
See Also