Click or drag to resize

PFFileCanGetThumbnailByExtension Method

Returns true if the filename's extension indicates Packflow can generate a thumbnail from its content. Returns true for most image files and word 2010 files (when necessary components are available).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool CanGetThumbnailByExtension(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: Boolean
See Also