Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

GraphicUtilities.GetImageFileExtension(Image,Boolean) - метод Смотри также  Terrasoft.Common - пространство имен > GraphicUtilities - класс > GetImageFileExtension - метод : GetImageFileExtension(Image,Boolean) - метод C#

source
Image.
useDot
true if the resulting string contains '.' before extension; otherwise - false.

Glossary Item Box

Gets string presentation of the file extension for the current image.

Синтаксис

[Extension()] 
public static string GetImageFileExtension( 
   Image source, 
   bool useDot 
)

Параметры

source
Image.
useDot
true if the resulting string contains '.' before extension; otherwise - false.

Тип возвращаемого значения

The string that represents the extension of the image file.

Заметки

Overloaded method.

The extension method for the System.Drawing.Image class.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?