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