Get or set the absolute, relative or virtual path of the XHTML-document.

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

Syntax

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

Remarks

The content of the file will be viewed in the PDF. It is not allowed to set both a file to be processed as well as the Text element.

See Also