Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 104 for

loadoptions filetype

(0.08 sec)
  1. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...constructor with Func<LoadContext, LoadOptions> parameter’” GroupDocs.Conversion...Conversion.FileTypes.FileType fileType = GroupDocs.Conversion...

    forum.groupdocs.com/t/how-to-update-email-load-...
  2. How to properly merge documents using Java | Gr...

    This article describes how to properly merge documents using GroupDocs.Merger for Java product....pptx" ; FileType fileType1 = FileType . fromExtension...lastIndexOf ( '.' ))); FileType fileType2 = FileType . fromExtension...

    docs.groupdocs.com/merger/java/getting-started/...
  3. How to correctly merge documents using C# | Gro...

    This article describes how to correctly merge documents using GroupDocs.Merger for .NET product....pptx" ; FileType fileType1 = FileType . FromExtension...( filePath1 )); FileType fileType2 = FileType . FromExtension...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....file type LoadOptions loadOptions = new LoadOptions (); loadOptions...loadOptions . FileType = FileType . DOCX ; using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/specify-file-...
  5. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions )) { EmailContent content...

    docs.groupdocs.com/watermark/net/email-attachme...
  6. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....var loadOptions = new LoadOptions () { FileType = FileType . FromExtension...using a stream, for example: loadOptions . FormatFamily = FormatFamily...

    docs.groupdocs.com/watermark/net/load-document-...
  7. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....PdfExtractAllAttachm PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions )) { PdfContent pdfContent...

    docs.groupdocs.com/watermark/net/attachments-in...
  8. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications.... LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...= new Viewer ( stream , loadOptions )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/specify-file-type...
  9. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....can specify the FileType through the LoadOptions class. Specifying...var loadOptions = new LoadOptions () { FileType = FileType . FromExtension...

    docs.groupdocs.com/watermark/net/hello-world/
  10. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....blobName ); LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...= new Viewer ( stream , loadOptions )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...