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: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public int MaxTitleLength { get; set; }
Visual Basic
Public Property MaxTitleLength As Integer
	Get
	Set
Visual C++
public:
property int MaxTitleLength {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also