Can edit PDF document content. When this property is set false the PDF document content cannot be changed in a PDF editor

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool CanEditContent { get; set; }
Visual Basic
Public Property CanEditContent As Boolean
	Get
	Set
Visual C++
public:
property bool CanEditContent {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also