Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 7,295 for

font

(0.04 sec)
  1. FontSettings Class - GroupDocs.Viewer for .NET ...

    Provides methods for working with sources to look for TrueType Fonts....Fonts FontSettings Class FontSettings...sources to look for TrueType fonts. Inheritance Hierarchy System...

    apireference.groupdocs.com/viewer/net/groupdocs...
  2. HtmlViewOptions Class - GroupDocs.Viewer for .N...

    Provides options for rendering documents into HTML format....DefaultFontName Default font to be used when particular font used in document...enabled prevents adding any fonts into HTML document. FontsToExclude...

    apireference.groupdocs.com/viewer/net/groupdocs...
  3. Selector (CSS) - MDN Web Docs Glossary: Definit...

    A CSS selector is the part of a CSS rule that describes what elements in a document the rule will match. The matching elements will have the rule's specified style applied to them....6em; } #customized { font: 16px Lucida Grande, Arial,..."#customized" , which sets the base font of the element with the ID "customized"...

    developer.mozilla.org/en-US/docs/Glossary/CSS_S...
  4. FontResourceBase.Save Method - GroupDocs.Editor...

    Saves this Font to the specified file...Fonts FontResourceBase Class FontResourceBase...FontResourceBase Save Method Saves this font to the specified file Namespace:...

    apireference.groupdocs.com/editor/net/groupdocs...
  5. FontResourceBase.Disposed Event - GroupDocs.Edi...

    Event, which occurs when this Font is disposed...Fonts FontResourceBase Class FontResourceBase...Event, which occurs when this font is disposed Namespace: GroupDocs...

    apireference.groupdocs.com/editor/net/groupdocs...
  6. GroupDocs.Watermark .NET 24.2 - Add Tiled Water...

    Add dynamic watermarks to PDFs! GroupDocs.Watermark for .NET 24.2 empowers developers with tiled watermarks (text or image). Download the MSI now!...watermark with a specified text and font var watermark = new TextWatermark(...TextWatermark( "watermark" , new Font( "Arial" , 48 )); // Configure...

    releases.groupdocs.com/watermark/net/new-releas...
  7. PdfFontSubsetStrategy | GroupDocs.Conversion fo...

    Specifies Font subsetting strategy...PdfFontSubsetStrateg class Specifies font subsetting strategy public sealed...not subset fonts static SubsetAllFonts Subset all fonts, used in...

    reference.groupdocs.com/conversion/net/groupdoc...
  8. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....default font when rendering Cells documents Set default font when...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  9. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing in Java....TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); watermark...TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); watermark...

    docs.groupdocs.com/watermark/java/locking-water...
  10. PDF to WMF conversion - how to pass source file...

    Hello! I was trying to covert a pdf that i create with code to the format wmf (if it is not possible, i could use a convertion to plt too). For what i have been seeing, i think that the code to use is the following one: …...Graphics; PdfFont font = new PdfStandardFont(PdfFontFamily...DrawString($“Here is my pdf info”, font, PdfBrushes.Black, new Syncfusion...

    forum.groupdocs.com/t/pdf-to-wmf-conversion-how...