Document Property
Document
Gets or sets the document shown by the preview.
Declaration
[TypeConverter(typeof(C1PreviewPane.DocumentTypeConverter))]
public object Document { get; set; }
<TypeConverter(GetType(C1PreviewPane.DocumentTypeConverter))>
Public Property Document As Object