Gets whether the document can be downloaded

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public bool CanDownload { get; internal set; }
Visual Basic (Declaration)
Public Property CanDownload As Boolean
Visual C++
public:
property bool CanDownload {
	bool get ();
	void set (bool value);
}

See Also