[]
Gets the C1.C1Preview.IC1Document representing the passed object, If the passed document is a C1PrintDocument or C1MultiDocument, returns that object. Otherwise, returns null.
public static IC1Document AsC1Document(object o)
Type | Name | Description |
---|---|---|
object | o | A document to test/convert. |
Type | Description |
---|---|
IC1Document | C1.C1Preview.IC1Document representing the passed object, or null. |