IsSupportedDocument Method
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 Shared Function IsSupportedDocument( _
ByVal As Object _
) As Boolean
public static bool IsSupportedDocument(
object
)
Parameters
- document
- The document to test.
Return Value
True if the document can be printed, false otherwise.