Get or set the ID for referencing the paragraph.

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

Syntax

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

Remarks

A fragment can refer to this paragraph by settings its ReferenceID property equal to this property. This is an alternative for setting the Reference property of a fragment to this paragraph. This is primarily relevant for making references in an XML file.

See Also