Returns true if the source document is supported.

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

Syntax

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

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