Gets or sets the callback for additional printing. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IDiagramPrintCallback PrintCallback { get; set; }
Visual Basic (Declaration)
Public Property PrintCallback As IDiagramPrintCallback

Remarks

Dependency Property Information
Identifier fieldPrintCallbackProperty
Metadata properties set to trueNone

See Also