Path of the PDF file to load.

Namespace: TallComponents.PDF.Layout.Shapes
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

If the PDF file was loaded from a stream this value may be nullNothingnullptra null reference (Nothing in Visual Basic). Loading PDF from a URL is not supported. When the path is relative, it is assumed to be relative to the applications current working folder. For web applications, the current working folder is the root folder of the web application.

See Also