[]
        
(Showing Draft Content)

C1.C1Preview.Utils.AsC1PrintDocument

AsC1PrintDocument Method

AsC1PrintDocument(object)

Gets the C1PrintDocument representing the passed object, If the passed document is a C1PrintDocument, returns that object. Otherwise, returns null.

Declaration
public static C1PrintDocument AsC1PrintDocument(object o)
Parameters
Type Name Description
object o

A document to test/convert.

Returns
Type Description
C1PrintDocument

C1PrintDocument representing the passed object, or null.