[]
        
(Showing Draft Content)

C1.C1Preview.Export.C1ExporterBase.CanPreviewOutputFile

CanPreviewOutputFile Method

CanPreviewOutputFile()

Overridden. Tests whether OutputFileName can be previewed. Calls the base implementation, if that returns false, tries to create an instance of C1.Win.C1Preview.C1PrintPreviewDialog, returns true if succeeds.

Declaration
protected override bool CanPreviewOutputFile()
Returns
Type Description
bool

true if the output file can be previewed, false otherwise.

Overrides
See Also