Gets or sets a value indicating whether to load the embedded Annotations.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

true if embedded annotations should be loaded; otherwise, false.

See Also