This class encapsulates all security settings of a PDF document. You secure a document by assigning a new instance of this class to the Security property of the Document class. This class is only available in TallPDF.NET Professional.

Namespace: TallComponents.PDF.Layout.Security
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public abstract class Security : Object, 
	ICloneable
Visual Basic
<SerializableAttribute> _
Public MustInherit Class Security _
	Inherits Object _
	Implements ICloneable

Inheritance Hierarchy

See Also