Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 1,440 for

stroke color

(0.06 sec)
  1. Arbeiten mit Texturen in PostScript | C++

    Wie man einer PS-Datei ein Texturmuster hinzufügt, ist eine Frage, die von der Aspose.Page-API-Lösung für C++ beantwortet wird....GetPaint(); 57 58 //Set red stroke 59 document -> SetStroke(System::MakeObject...(System::Drawing::Color::get_Red()), 2. 0f )); 60 //Stroke the rectangle...

    docs.aspose.com/page/de/cpp/ps/working-with-tex...
  2. Travailler avec des textures dans PostScript | C++

    Comment ajouter un motif de texture au fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en C++...GetPaint(); 57 58 //Set red stroke 59 document -> SetStroke(System::MakeObject...(System::Drawing::Color::get_Red()), 2. 0f )); 60 //Stroke the rectangle...

    docs.aspose.com/page/fr/cpp/ps/working-with-tex...
  3. Работа с текстурами в PostScript | С++

    Как добавить шаблон текстуры в файл PS — это вопрос, на который отвечает Aspose.Page. Узнайте, как использовать функциональность в C++....GetPaint(); 57 58 //Set red stroke 59 document -> SetStroke(System::MakeObject...(System::Drawing::Color::get_Red()), 2. 0f )); 60 //Stroke the rectangle...

    docs.aspose.com/page/ru/cpp/ps/working-with-tex...
  4. استخراج جدول من مستند PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET يجعل من الممكن إجراء عمليات مختلفة مع الجداول الموجودة في مستند PDF الخاص بك.... Color fillColor = System . Drawing . Color . FromArgb...Drawing . Color strokeColor = System . Drawing . Color . FromArgb...

    docs.aspose.com/pdf/ar/net/extract-table-from-e...
  5. تنسيق النص داخل PDF|Aspose.PDF for Java

    توضح هذه الصفحة كيفية تنسيق النص داخل ملف PDF الخاص بك. هناك إضافة مسافة بادئة للسطر، إضافة حدود للنص، إضافة نص مسطر، إضافة إطار حول النص المضاف، محاذاة النص لمحتويات الصندوق العائم إلخ.... setBackgroundColor ( Color . getLightGray ()); textFragment...getTextState (). setForegroundColor ( Color . getRed ()); // استخدام setStrokingColor...

    docs.aspose.com/pdf/ar/java/text-formatting-ins...
  6. Extensiones CSS – Prefijos de proveedores CSS –...

    Obtenga información sobre los prefijos de proveedores de CSS y considere un ejemplo de C# sobre el uso de extensiones CSS....propiedad CSS -webkit-text-stroke es una propiedad con prefijo...para especificar el ancho y el color de los trazos de los caracteres...

    docs.aspose.com/html/es/net/css-extensions/
  7. Arbeiten mit Schraffurmustern in PostScript | .NET

    Wie man einer PS-Datei ein Schraffurmuster hinzufügt, ist eine Frage, die von Aspose.Page unterstützt wird. Erfahr, wie die Funktionalität in .NET nutzen....square 27 Pen pen = new Pen(Color. Black , 2); 28 29 //For every...HatchBrush(hatchStyle, Color. Black , Color. White )); 34 35 //Calculate...

    docs.aspose.com/page/de/net/ps/working-with-hat...
  8. Agregar sellos de texto en PDF C#|Aspose.PDF fo...

    Agregar un sello de texto a un documento PDF utilizando la clase TextStamp con la biblioteca Aspose.PDF for .NET....fuente, estilo de fuente y color de fuente, etc. Para agregar...ForegroundColor = Aspose . Pdf . Color . Aqua ; // Add stamp to particular...

    docs.aspose.com/pdf/es/net/text-stamps-in-the-p...
  9. Travailler avec des motifs de hachures dans PS ...

    Comment ajouter un motif hachuré à un fichier PS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité dans .NET....square 27 Pen pen = new Pen(Color. Black , 2); 28 29 //For every...HatchBrush(hatchStyle, Color. Black , Color. White )); 34 35 //Calculate...

    docs.aspose.com/page/fr/net/ps/working-with-hat...
  10. Konvertieren Sie SVG mit C# in Bild, JPG, PNG, ...

    Erfahren Sie mehr über unterstützte SVG-zu-Bild-Konvertierungsszenarien und wie Sie diese in C# ausführen. Sie finden C#-Beispiele und einen Online-SVG-Konverter... This property sets the color that will fill the background...cx='100' cy='150' r='50' stroke='#2F4F4F' stroke-width='4' fill='#FF7F50'...

    docs.aspose.com/svg/de/net/convert-svg-to-image/