The AssemblyEnabled Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicate whether pages can be added or removed from the resulting PDF document.Visual Basic (Declaration) | |
---|---|
Public Property AssemblyEnabled As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentOptions Dim value As Boolean instance.AssemblyEnabled = value value = instance.AssemblyEnabled |
C# | |
---|---|
public bool AssemblyEnabled {get; set;} |
Property Value
true to allow external viewers and editors to add or remove pages from the resulting PDF document; otherwise it is false.This is one of the owner access rights that can be granted or denied in the created PDF document. For more information, refer to the Protected.
HighQualityPrintEnabled is only used if the value of Protected is true and EncryptionMode is PdfDocumentEncryptionMode.RC128Bit.
Note that AssemblyEnabled is not supported when PdfDocumentOptions.DocumentType is PdfDocumentType.PdfA.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7