Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 357 for

loadoptions filetype

(0.33 sec)
  1. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-diagram-...
  2. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....properties LoadOptions loadOptions = new LoadOptions () { Password...Signature ( "certificate.pfx" , loadOptions )) { IDocumentInfo documentInfo...

    docs.groupdocs.com/signature/net/preview-certif...
  3. Load compression document with options | GroupDocs

    Learn how to load and convert compression files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-compress...
  4. .NET 9 - Cannot convert image - Free Support Fo...

    Using GroupDocs.Conversion 25.4.0 in .NET 9 the attached image fails to convert with the following error. img_0444.jpg (180.9 KB) I’m also not sure why this has uploaded as .jpg it should be a .png GroupDocs.Conversi…... Conversion code: LoadOptions GetLoadOptions(LoadContext...xt context) { var loadOptions = new ImageLoadOptions() { Format...

    forum.groupdocs.com/t/net-9-cannot-convert-imag...
  5. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Watermark for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....AttachmentWatermarka , Dimension , FileType , FormatFamily , HorizontalAlignment...watermark.options import LoadOptions , OoxmlLoadOptions , SaveOptions...

    docs.groupdocs.com/watermark/python-net/agents-...
  6. Load SVG document with options | GroupDocs

    Learn how to load and convert SVG (Scalable Vector Graphics) files with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-svg-docu...
  7. Load 3D document with options | GroupDocs

    Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-3d-docum...
  8. Load finance document with options | GroupDocs

    Learn how to load and convert finance documents (XBRL, iXBRL) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-finance-...
  9. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  10. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadoptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...

    forum.groupdocs.com/t/hidecomments-replacement-...