Get or set the bookmark text.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public string Bookmark { get; set; }
Visual Basic
Public Property Bookmark As String
	Get
	Set

Remarks

Fields such as #c and #0 are replaced. See also 'Fields' in the 'tutorial' section.

See Also