ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / RtfTargetEnum Enumeration

In This Topic
    RtfTargetEnum Enumeration
    In This Topic
    Specifies the format of the export file.
    Syntax
    'Declaration
     
    Public Enum RtfTargetEnum 
       Inherits System.Enum
    public enum RtfTargetEnum : System.Enum 
    Members
    MemberDescription
    MSWordThis setting creates RTF content that can be viewed in Microsoft Word. It is useful for exporting high quality images. Documents with such images are significantly larger than with images in Portable format.
    PortableThis setting creates RTF content that can be viewed in Microsoft Word, WordPad and RichTextBox.
    Remarks
    Use the members of this enumeration to set RtfFilter.RtfTarget property of the RtfFilter class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.RtfTargetEnum

    See Also