[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProvider.ShouldEnsureGeneratedDocument

ShouldEnsureGeneratedDocument Property

ShouldEnsureGeneratedDocument

When overridden in a derived class, should return a value indicating whether, if a C1PrintDocument is to be exported, it should be generated before exporting. Exporters that do not need the document to be generated, or might require custom generation, should return false.

Declaration
protected abstract bool ShouldEnsureGeneratedDocument { get; }