Returns true if the source document is supported.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.1

Syntax

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

Remarks

Dynamic XFA documents are not supported. These will be rendered as a single page containing text that explains why it can not be rendered. This is consistent with behavior of Adobe PDF readers that do not support dynamic XFA.

See Also