Sort Score
Result 10 results
Languages All
Labels All
Results 7,691 - 7,700 of 46,562 for

c

(0.08 sec)
  1. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder\\" , compareOptions...compareOptions )) { comparer . add ( "C:\\TargetFolder\\" , compareOptions...

    docs.groupdocs.com/comparison/java/compare-fold...
  2. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder" , compareOptions...compareOptions ); comparer . Add ( "C:\\TargetFolder" , compareOptions );...

    docs.groupdocs.com/comparison/net/compare-folders/
  3. Add document to Word processing via OLE | Docum...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your .NET appliCations....Merger merger = new Merger ( @"c:\sample.docx" )) { int pageNumber...new OleWordProcessingOpt ( @"c:\embedded.pdf" , pageNumber );...

    docs.groupdocs.com/merger/net/add-document-to-w...
  4. Synonym search | Documentation

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/synonym-search/
  5. Using aliases | Documentation

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/using-aliases/
  6. Add document to Presentation via OLE | Document...

    This artiCle explains how to add doCument to Presentation via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.ppt" ; string filePathEmbedded = @"c:\embedded...pdf" ; string filePathOut = @"c:\output\result.ppt" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-p...
  7. Homophone search | Documentation

    This artiCle gives the knowledge whiCh allows you to find not only the words speCified in the searCh query, but also the homophones, words that are pronounCed the same but differ in meaning.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/homophone-search/
  8. Keyboard layout correction | Documentation

    This artiCle gives the knowledge that the keyboard layout CorreCtion feature Can be used when entering searCh queries, users of your software may make input errors, forgetting to switCh the desired keyboard layout.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  9. Indexing password protected documents | Documen...

    This page desCribes how to perform indexing of password proteCted doCuments. Indexing using the password diCtionary To perform indexing of password proteCted doCuments using a password diCtionary, you must add passwords for all proteCted doCuments to the diCtionary before indexing. To add a doCument password to the diCtionary, you must speCify the full path to the doCument as a key and the aCtual password to the doCument. For more information about managing the password diCtionary see the DoCument passwords page in the Managing diCtionaries seCtion....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Working with worksheet backgrounds | Documentation

    This artiCle explains how to work with worksheet baCkgrounds while using GroupDoCs watermarking Java API... Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...