Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 8,822 for

font rendering

(0.13 sec)
  1. Come convertire DOCX in TIFF usando C#

    In questo breve tutorial imparerai come convertire DOCX in TIFF usando C#. È possibile seguire i semplici passaggi seguenti per esportare DOCX in TIFF in C# su qualsiasi sistema operativo comune come MS Windows, Linux o macOS....Font Product Family Aspose.TeX Product...specifica diverse proprietà di rendering come compressione dell’immagine...

    kb.aspose.com/it/words/net/how-to-convert-docx-...
  2. FontSavingArgs.IsExportNeeded | Aspose.Words pe...

    FontSavingArgs IsExportNeeded proprietà. Permette di specificare se il carattere corrente verrà esportato come risorsa carattere. Limpostazione predefinita èVERO in C#....= new Document ( MyDir + "Rendering.docx" ); // Configura un oggetto...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/it/net/aspose.words....
  3. FontSavingArgs.OriginalFileSize | Aspose.Words ...

    FontSavingArgs OriginalFileSize ملكية. الحصول على حجم ملف الخط الأصلي في C#....= new Document ( MyDir + "Rendering.docx" ); // تكوين كائن SaveOptions...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/ar/net/aspose.words....
  4. FontSavingArgs.FontStream | Aspose.Words لـ .NET

    FontSavingArgs FontStream ملكية. يسمح بتحديد التدفق الذي سيتم حفظ الخط فيه في C#....= new Document ( MyDir + "Rendering.docx" ); // تكوين كائن SaveOptions...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/ar/net/aspose.words....
  5. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    HtmlSaveOptions FontSavingCallback ملكية. يسمح بالتحكم في كيفية حفظ الخطوط عند حفظ مستند بتنسيق HTML أو MHTML أو EPUB في C#....= new Document ( MyDir + "Rendering.docx" ); // تكوين كائن SaveOptions...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/ar/net/aspose.words....
  6. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    HtmlSaveOptions FontSavingCallback proprietà. Permette di controllare come vengono salvati i caratteri quando un documento viene salvato in HTML MHTML o EPUB in C#....= new Document ( MyDir + "Rendering.docx" ); // Configura un oggetto...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/it/net/aspose.words....
  7. IFontSavingCallback Interface | Aspose.Words لـ...

    Aspose.Words.Saving.IFontSavingCallback واجهه المستخدم. قم بتنفيذ هذه الواجهة إذا كنت تريد تلقي الإشعارات والتحكم في كيفية قيام Aspose.Words بحفظ الخطوط عند تصدير مستند إلى تنسيق HTML في C#....= new Document ( MyDir + "Rendering.docx" ); // تكوين كائن SaveOptions...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/ar/net/aspose.words....
  8. FontSavingArgs.Bold | Aspose.Words per .NET

    FontSavingArgs Bold proprietà. Indica se il carattere corrente è in grassetto in C#....= new Document ( MyDir + "Rendering.docx" ); // Configura un oggetto...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/it/net/aspose.words....
  9. IFontSavingCallback.FontSaving | Aspose.Words f...

    IFontSavingCallback FontSaving metod. Anropas när Aspose.Words håller på att spara en teckensnittsresurs i C#....= new Document ( MyDir + "Rendering.docx" ); // Konfigurera ett...args ) { Console . Write ( $"Font:\t{args.FontFamilyName}" );...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Come convertire PDF in XPS in Python

    Questo semplice argomento illustra come convertire PDF in XPS in Python. Per sviluppare un convertitore da PDF a XPS, la configurazione dell'ambiente Python e il codice di esempio sono discussi in questo articolo....Font Product Family Aspose.TeX Product...desiderato e infine eseguire il rendering e salvare il PDF in un file...

    kb.aspose.com/it/pdf/python/how-to-convert-pdf-...