Can assemble the PDF document generated by the HTML to PDF converter (create bookmarks, thumbnail images or insert, rotate, delete pages). This property has effect when a 128 bit key is used.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also