AllowDocAssembly
This property determines whether to allow assembling of the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).
Syntax
[VC++]
BOOL GetAllowDocAssembly();
void SetAllowDocAssembly(BOOL bNewValue);
[C#]
public abstract new bool AllowDocAssembly [ get, set ]
[VB]
Property AllowDocAssembly As Boolean