Indicates whether a control is C1-printable, i.e. could be printed by RenderC1Printable object and C1PrintDocument's RenderXXXC1Printable methods.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public static bool CanPrintControl(
	Object control
)
Visual Basic (Declaration)
Public Shared Function CanPrintControl ( _
	control As Object _
) As Boolean

Parameters

control
Type: System..::.Object

Return Value

See Also