[]
        
(Showing Draft Content)

C1.C1Preview.Export.Exporter.CanPreviewOutputFile

CanPreviewOutputFile Method

CanPreviewOutputFile()

Tests whether OutputFileName can be previewed. This (base) implementation uses FindExecutable API to find an appropriate executable, and returns a value indicating whether it has been found or not.

If you override this, you must also override PreviewOutputFile().

Declaration
protected virtual bool CanPreviewOutputFile()
Returns
Type Description
bool

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

See Also