Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 31,389 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. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of PDF document using C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/existing-obje...
  3. ExactPhraseRedaction in Arabic document

    ExactPhraseRedaction in Arabic document I have a PDF written in Arabic and I want to apply text redaction to it, but it is not being redacted. here is the code I am using; public static async Task ......redactionPolicy = new RedactionPolicy(new GroupDocs.Redaction...Redaction[] { new ExactPhraseRedaction("دراسة", new ReplacementOptions(Color...

    forum.groupdocs.com/t/exactphraseredaction-in-a...
  4. How to protect a signed PDF document | Document...

    This article explains how to protect a signed PDF document....Consulting Blog Knowledge Base New Releases Status Websites aspose...following parameters: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  5. GroupDocs.Signature for .NET 20.10 Release Note...

    Note This page contains release notes for GroupDocs.Signature for .NET 20.10 Major Features There are eight important New features, improvements and important bug fixes in this release. New features are related to customization of PDF digital signatures on document pages and allow to adjust signature appearance. Below the list of most notable changes in release of GroupDocs.Signature for .NET 20.10: Introduced extended customization of PDF Digital signatures appearance. Implemented ability to apply signature extensions to Digital Signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...Features There are eight important new features, improvements and important...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  6. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/generate-docum...
  7. Cannot Resize the HTML file When Converting to ...

    Hi, When I convert HTML>PNG with the code from the link below, it does not allow me to assign the page size. Even if I change the page size, it is using as Pagesize.Letter (612x792). No matter what I set as Pagesize, …...viewer = new Viewer("sample.html")) { var viewOptions = new PngV...properties using (Viewer viewer = new Viewer("sample.html")) { PngViewOptions...

    forum.groupdocs.com/t/cannot-resize-the-html-fi...
  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. 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/
  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...