UltimateEditor Class Library

UltimateEditor.ImageFileTypes Property

Gets or sets a value that indicates the image file types allowed in Server Explorer.

[Visual Basic]
Public Property ImageFileTypes As String
[C#]
public string ImageFileTypes {get; set;}

Property Value

The image file types allowed in Server Explorer. The default value is bmp|cgm|cin|cpi|dpx|dxf|exr|fpx|gif|igs|jpeg|jpg|jpg2|jp2|pcd|pcf|pcx|pict|pct|pic|png|ppm|svg|svgz|tiff|tif|tga|wmf|xbm|xpm.

Remarks

Multiple image file types can be specified using | as a separator. For example, the value of "gif|jpeg|jpg" indicates that only three file types, namely gif, jpeg, and jpg are allowed as image files in Server Explorer. The value of "*" indicates that all file types are allowed as image files in Server Explorer.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace