[]
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:
public static bool IsSupportedDocument(object document)
Type | Name | Description |
---|---|---|
object | document | The document to test. |
Type | Description |
---|---|
bool | True if the document can be printed, false otherwise. |