[]
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.
protected abstract bool ShouldEnsureGeneratedDocument { get; }