Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 31,398 for

new

(0.06 sec)
  1. DropdownComponent Constructor - GroupDocs.Annot...

    Initializes New instance of DropdownComponent class....DropdownComponent Constructor Initializes new instance of DropdownComponent...Public Sub New public : DropdownComponent () new : unit -> DropdownComponent...

    apireference.groupdocs.com/annotation/net/group...
  2. XmpReal Constructor (Double) - GroupDocs.Metada...

    Initializes a New instance of the XmpReal class....Constructor (Double) Initializes a new instance of the XmpReal class...( double value ) Public Sub New ( value As Double ) public :...

    apireference.groupdocs.com/metadata/net/groupdo...
  3. GroupDocs.Merger for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Merger for .NET 18.11 Major Features There are 3 New features in this regular monthly release. The most notable are: Added Rotate method to rotate pages in document Added ChangeOrientation method to change orientation of pages in document Added functionality to get all supported formats Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-156 Implement RotatePages method New Feature MERGERNET-245 Implement ChangeOrientation method New Feature MERGERNET-259 Implement GetSupportedFormats method New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...11 Major Features There are 3 new features in this regular monthly...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  4. GroupDocs.Conversion for Java 17.7 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 17.7 Major Features There are 14 New features, improvements and fixes in this regular monthly release. The most notable are: Introduced New method for retrieving basic metadata of the source document Improved handling of extension-less urls Improved to HTML conversions Improved HTML to Cells conversions Conversion from XML-FO/XSL to PDF New option to set zoom when converting to HTML Conversion from Vsdm, Vssm, Vstm Conversion from LaTex Improved speed when converting from cells....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features There are 14 new features, improvements and fixes...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  5. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = New PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = New Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "abook.epub" )) { //...

    docs.groupdocs.com/viewer/net/render-ebooks/
  7. PageJoinOptions | GroupDocs.Merger for .NET API...

    Provides options for the document joining....PageJoinOptions () Initializes a new instance of the PageJoinOptions...PageJoinOptions (FileType) Initializes a new instance of the PageJoinOptions...

    reference.groupdocs.com/merger/net/groupdocs.me...
  8. Java Document Viewer API on GroupDocs Blog | Do...

    Java Document Viewer API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Java Document Viewer API on GroupDocs Blog | Document Automation Solutions fo......has come with some exciting new features as well as a bunch of...release notes to know about the new features and the changes introduced...

    blog.groupdocs.com/tag/java-document-viewer-api...
  9. GroupDocs.Merger for .NET 19.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 19.3 Major Features There are 3 New features in this regular monthly release. The most notable are: Added a New functionality for the image representation of all the formats except of Diagram and Text formats Added a New functionality for text splitting by line numbers Expanded the existing Document Handler Join method with page number using Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-441 Obtain document pages image representations New Feature MERGERNET-444 Implement split txt files by line numbers New Feature MERGERNET-461 Ability to specify page number for joined documents Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...3 Major Features There are 3 new features in this regular monthly...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  10. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for Newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...List<AnnotationBase> annotations = new List<AnnotationBase>() { // Instantiate...message new AreaAnnotation() { PageNumber = 0, Box = new Rectangle(100...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...