Web API Edition | ComponentOne
C1.Web.Api.Image Namespace / ImageExportSource Class
Members

In This Topic
    ImageExportSource Class
    In This Topic
    The exchange data model used for sending image export requests.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class ImageExportSource 
       Inherits C1.Web.Api.ExportSource
    [Serializable()]
    public class ImageExportSource : C1.Web.Api.ExportSource 
    Inheritance Hierarchy

    System.Object
       C1.Web.Api.ExportSource
          C1.Web.Api.Image.ImageExportSource

    See Also