PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / TiffExportProvider Class / CanExportToStream Property

In This Topic
    CanExportToStream Property (TiffExportProvider)
    In This Topic
    Gets a value indicating whether export to stream is supported by the current format.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CanExportToStream As Boolean
    public virtual bool CanExportToStream {get;}
    See Also