Sort Score
Result 10 results
Languages All
Labels All
Results 7,561 - 7,570 of 69,741 for

graphic

(0.16 sec)
  1. FieldIncludePicture.is_linked property | Aspose...

    FieldIncludePicture.is_linked property. Gets or sets whether to reduce the file size by not storing Graphics data with the document....the file size by not storing graphics data with the document. @property...filter. field_include_picture . graphic_filter = 'PNG32' field_include_picture...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LaTeX inclut des graphiques

    LaTeX inclut les graphiques, les transformations d'image, la fenêtre d'affichage, le recadrage et la différence entre les packages graphiques et Graphicx....\includegraphics du package graphics (et du package graphicx qui...choisir, «graphics» ou «graphicx» ? Les deux packages, graphics et graphicx...

    docs.aspose.com/tex/fr/java/latex-includegraphics/
  3. Робота з кліпами в PostScript | .NET

    Додавання кліпів до файлів PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...options, false ); 10 11 //Create graphics path from the rectangle 12...shape ////////// 16 17 //Save graphics state in order to return back...

    docs.aspose.com/page/uk/net/ps/working-with-clips/
  4. كيفية إضافة نص إلى ملف PNG باستخدام C#

    ترشدك هذه المقالة حول كيفية إضافة نص إلى ملف PNG باستخدام C#. يحتوي على تفاصيل لتعيين بيئة التطوير، وقائمة من الخطوات، ونموذج تعليمات برمجية قابل للتشغيل لإضافة نص إلى PNG باستخدام C#....object وحدد حجمه قم بإنشاء Graphics class object باستخدام كائن...الصورة النقطية استدعاء الأسلوب Graphics.DrawString() لتقديم النص على...

    kb.aspose.com/ar/drawing/net/how-to-add-text-to...
  5. أرشيف

    أرشيف...إنشاء رسومات جديدة Graphics graphics = Graphics.FromImage(bitmap);...Red, 5); // ارسم مستطيلاً graphics.DrawEllipse(pen, new Rectangle(0...

    blog.aspose.com/ar/drawing/create-load-fill-and...
  6. 記録

    記録...// Graphicsクラスオブジェクトを初期化します Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint...

    blog.aspose.com/ja/drawing/draw-text-image-csharp/
  7. ארכיון

    ארכיון...צור גרפיקה חדשה Graphics graphics = Graphics.FromImage(bitmap);...Pen(Color.Red, 5); // צייר מלבן graphics.DrawEllipse(pen, new Rectangle(0...

    blog.aspose.com/he/drawing/create-load-fill-and...
  8. BarCodeImageFormat|Aspose.BarCode for Python vi...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... GIF Specifies the Graphics Interchange Format (GIF) image...Specifies the W3C Portable Network Graphics (PNG) image format. TIFF Specifies...

    docs.aspose.com/barcode/python-net/api-referenc...
  9. LaTeX includegraphics

    LaTeX の includeGraphics マクロ、画像変換、ビューポート、クリッピング、Graphics パッケージと Graphicx パッケージの違いについて学びます。... 本稿では、 graphics (および付随する graphicx )パッケージの...どちらのパッケージを選ぶべきか、 graphics と graphicx ? graphics と graphicx の両パ...

    docs.aspose.com/tex/ja/java/latex-includegraphics/
  10. أرشيف

    أرشيف...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint.AntiAliasGridFit;...

    blog.aspose.com/ar/drawing/add-text-to-png-image/