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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2