[]
        
(Showing Draft Content)

C1.C1Preview.Utils.AsC1Document

AsC1Document Method

AsC1Document(object)

Gets the C1.C1Preview.IC1Document representing the passed object, If the passed document is a C1PrintDocument or C1MultiDocument, returns that object. Otherwise, returns null.

Declaration
public static IC1Document AsC1Document(object o)
Parameters
Type Name Description
object o

A document to test/convert.

Returns
Type Description
IC1Document

C1.C1Preview.IC1Document representing the passed object, or null.