Gets the collection of content types defined for this XPS document.

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

Syntax

C#
public IEnumerable<ContentType> ContentTypes { get; internal set; }
Visual Basic
Public Property ContentTypes As IEnumerable(Of ContentType)
	Get
	Friend Set
Visual C++
public:
property IEnumerable<ContentType^>^ ContentTypes {
	IEnumerable<ContentType^>^ get ();
	internal: void set (IEnumerable<ContentType^>^ value);
}

Field Value

The content types.

See Also