FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / FlexViewerXpsType Enumeration

In This Topic
    FlexViewerXpsType Enumeration
    In This Topic
    Describes the output data format of the ExportToXps method of C1FlexViewerPane.
    Syntax
    'Declaration
     
    Public Enum FlexViewerXpsType 
       Inherits System.Enum
    public enum FlexViewerXpsType : System.Enum 
    Members
    MemberDescription
    OpenXpsOpenXPS v1.0 document format.
    UnknownFor documents which have yet to be serialized.
    XpsMSXPS v1.0 document format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexViewer.FlexViewerXpsType

    See Also