Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RtfExportProvider Class / SupportedDocumentInfoFields Property

In This Topic
    SupportedDocumentInfoFields Property (RtfExportProvider)
    In This Topic
    Gets the combination of flags indicating which fields of the C1.Win.C1Document.DocumentInfo class are supported by the current export format. This implementation returns the combination of Author, Creator, Title, Operator, Subject, Keywords, CreationTime, RevisionTime, Manager, Company and Comment.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SupportedDocumentInfoFields As DocumentInfoFields
    public override DocumentInfoFields SupportedDocumentInfoFields {get;}
    See Also