DocumentReference::SetDocument Method (FixedDocument^)

 

Attaches a FixedDocument to the DocumentReference.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
void SetDocument(
	FixedDocument^ doc
)

Parameters

doc
Type: System.Windows.Documents::FixedDocument^

The document that is attached.

You can attach a document only if it has not been attached to this DocumentReference before.

.NET Framework
Available since 3.0
Return to top
Show: