Sets or returns the C1DocEngine object this preview pane is associated with. If the pane is associated with a C1Document, this property returns null although there is an underlying C1DocEngine available. To get to it, use GetDocEngine(false) call.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public C1DocEngine C1DocEngine { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Property C1DocEngine As C1DocEngine

See Also