VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / GetTextDefaultAppearance Methods / GetTextDefaultAppearance(PdfFont,Single,Color) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetTextDefaultAppearance(PdfFont,Single,Color) Метод (PdfFreeTextAnnotation)
    В этом разделе
    Возвращает свойства внешнего вида текста по умолчанию.
    Синтаксис
    'Declaration
    
    Public Overloads Sub GetTextDefaultAppearance( _
    ByRef font
    Шрифт изменяемого текста.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByRef fontSize
    Размер шрифта изменяемого текста.
    As Single, _
    ByRef textColor
    Цвет изменяемого текста.
    As System.Drawing.Color _
    )
    public: void GetTextDefaultAppearance(
    [PARAMFLAG::Out] Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
    [PARAMFLAG::Out] float fontSize,
    [PARAMFLAG::Out] System.Drawing.Color* textColor
    )
    public:
    void GetTextDefaultAppearance(
    [Out] Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
    [Out] float fontSize,
    [Out] System.Drawing.Color^ textColor
    )

    Parameters

    font
    Шрифт изменяемого текста.
    fontSize
    Размер шрифта изменяемого текста.
    textColor
    Цвет изменяемого текста.
    Требования

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

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