Sets or returns the document being previewed.

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

Syntax

C#
[TypeConverterAttribute(typeof(C1PreviewPane..::.DocumentTypeConverter))]
public Object Document { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(C1PreviewPane..::.DocumentTypeConverter))> _
Public Property Document As Object

See Also