VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailCaption Class / FormatCaption(String,ThumbnailViewer,Thumbnail) Method
Синтаксис Требования Смотрите также
В этом разделе
    FormatCaption(String,ThumbnailViewer,Thumbnail) Метод (ThumbnailCaption)
    В этом разделе
    Форматирует заголовок.
    Синтаксис
    'Declaration
    
    Protected Overridable Function FormatCaption( _
    ByVal captionFormat
    Формат подписи.
    As System.String, _
    ByVal thumbnailViewer
    Просмотр миниатюр.
    As ThumbnailViewer, _
    ByVal thumbnail
    Миниатюра.
    As Vintasoft.Imaging.Thumbnail _
    ) As System.String
    protected virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer thumbnailViewer,
    Vintasoft.Imaging.Thumbnail thumbnail
    )
    protected: virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer* thumbnailViewer,
    Vintasoft.Imaging.Thumbnail* thumbnail
    )
    protected:
    virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer^ thumbnailViewer,
    Vintasoft.Imaging.Thumbnail^ thumbnail
    )

    Parameters

    captionFormat
    Формат подписи.
    thumbnailViewer
    Просмотр миниатюр.
    thumbnail
    Миниатюра.

    Return Value

    Текст подписи к миниатюре.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также