[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintManager.IsSupportedDocument

IsSupportedDocument Method

IsSupportedDocument(object)

Tests whether an object can by printed by this print manager. If this method returns false for an object, an attempt to assign that object to Document will cause an exception. Currently supported types include:

Declaration
public static bool IsSupportedDocument(object document)
Parameters
Type Name Description
object document

The document to test.

Returns
Type Description
bool

True if the document can be printed, false otherwise.

See Also