←Select platform

AssemblyEnabled Property

Summary

Indicates whether pages can be added or removed from the PDF document.

Syntax

C#
VB
C++
public bool AssemblyEnabled { get; set; } 
Public Property AssemblyEnabled As Boolean 
public: 
property bool AssemblyEnabled { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow external viewers and editors to add or remove pages from the PDF document; otherwise, it is false. The default value is true.

Remarks

The value of AssemblyEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.

The value of AssemblyEnabled is ignored and considered to be true if the value of the EditEnabled property is set to true.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly