PdfSecurityAllowAssembling Property
Controls if the assembling operations are allowed for the generated PDF document when the document is strongly encrypted.
Assembling operations are insert, rotate or delete pages and create bookmarks or thumbnail images.
This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool AllowAssembling { get; set; }
Public Property AllowAssembling As Boolean
Get
Set
public:
property bool AllowAssembling {
bool get ();
void set (bool value);
}
member AllowAssembling : bool with get, set
Property Value
Boolean