VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfWidgetAnnotationAppearanceGenerator Class / TextColor Property
Синтаксис Требования Смотрите также
В этом разделе
    TextColor Свойство (PdfWidgetAnnotationAppearanceGenerator)
    В этом разделе
    Возвращает или задает цвет текста.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Font")>
    <DescriptionAttribute("The text color.")>
    Public Property TextColor As System.Drawing.Color
    
    
    [Category("Font")]
    [Description("The text color.")]
    public System.Drawing.Color TextColor { get; set; }
    
    
    [Category("Font")]
    [Description("The text color.")]
    public: __property System.Drawing.Color* get_TextColor();
    public: __property void set_TextColor(
    System.Drawing.Color* value
    );
    [Category("Font")]
    [Description("The text color.")]
    public:
    property System.Drawing.Color^ TextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Требования

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

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