Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 132 for

loadoptions filetype

(1.31 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 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...
  4. 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...
  5. .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...
  6. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) 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-page-des...
  7. 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...
  8. 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...
  9. 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-...
  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-...