AutoComplete for ASP.NET Web Forms
RtfTargetEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : RtfTargetEnum 列挙体
Specifies the format of the export file.
シンタックス
'宣言
 
Public Enum RtfTargetEnum 
   Inherits System.Enum
public enum RtfTargetEnum : System.Enum 
メンバ
メンバ解説
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.
解説
Use the members of this enumeration to set RtfFilter.RtfTarget property of the RtfFilter class.
継承階層

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

参照

C1.C1Report 名前空間