ExpertPdf PDF Creator Library
MaxTitleLength Property
NamespacesExpertPdf.PdfCreatorPdfBookmarkOptionsMaxTitleLength
ExpertPdf PDF Creator 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 necessary. 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
public:
property int MaxTitleLength {
	int get ();
	void set (int value);
}

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)