Whether or not this document has data connections.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool HasDataConnections { get; }
Visual Basic
Public ReadOnly Property HasDataConnections As Boolean
	Get

Remarks

Data connections are not supported, so make sure you use documents without data connections.

See Also