Controls if the accelerated canvas is enabled. This property is false by default
            
 
    Namespace: 
   HiQPdf
    Assembly:
   HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
 
public bool AcceleratedCanvasEnabled { get; set; }Public Property AcceleratedCanvasEnabled As Boolean
	Get
	Set
public:
property bool AcceleratedCanvasEnabled {
	bool get ();
	void set (bool value);
}member AcceleratedCanvasEnabled : bool with get, set
Property Value
Type: 
Boolean 
Reference