Gets the combination of flags indicating which fields of the 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.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override DocumentInfoFields SupportedDocumentInfoFields { get; }
Visual Basic
Public Overrides ReadOnly Property SupportedDocumentInfoFields As DocumentInfoFields
	Get

See Also