PDF .NET Library Documentation - PDF Technologies, Inc.
Use the IsConvertable property to determine if conversion is possible.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool IsConvertable { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsConvertable As Boolean
Visual C++
public:
property bool IsConvertable {
	bool get ();
}

See Also