PDF .NET Library Documentation - PDF Technologies, Inc.
In FastMode the attempt to convert non-compliant documents are aborted when the first non-convertible property is encountered. No further checks are performed for the sake of speed.

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

Syntax

C#
public bool FastMode { get; set; }
Visual Basic (Declaration)
Public Property FastMode As Boolean
Visual C++
public:
property bool FastMode {
	bool get ();
	void set (bool value);
}

See Also