PdfDocumentPrivilege
AllowContentCopying Property
|
Gets or sets the permission which allow copy contents or not.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AllowContentCopying { get; set; }
Public Property AllowContentCopying As Boolean
Get
Set
public:
property bool AllowContentCopying {
bool get ();
void set (bool value);
}
member AllowContentCopying : bool with get, set
Property Value
Type:
Boolean
See Also