Namespace:
C1.Win.C1PrintPreview
Assembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Assembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [TypeConverterAttribute(typeof(C1PreviewPane..::.DocumentTypeConverter))] [EditorBrowsableAttribute(EditorBrowsableState.Always)] public Object Document { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(True)> _ <TypeConverterAttribute(GetType(C1PreviewPane..::.DocumentTypeConverter))> _ <EditorBrowsableAttribute(EditorBrowsableState.Always)> _ Public Property Document As Object |