Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 31,391 for

new

(0.09 sec)
  1. Add form field esignatures in your .NET based P...

    post. Tagged with net, api, esignature, esign....Share to Reddit Share to Hacker News Share to Facebook Share to Mastodon...FormFieldSignature checkboxSignature = new PdfCheckboxFormField("FieldCheckbox"...

    dev.to/groupdocs/add-form-field-esignatures-in-...
  2. Dimensions Structure - GroupDocs.Editor for .NE...

    Represents the linear dimensions (width and height) of one raster rectangular image in arbitrary unit. Immutable struct....Description Dimensions Creates a new instance from specified width...FromSize Generates and returns a new instance from specified System...

    apireference.groupdocs.com/editor/net/groupdocs...
  3. ImageWatermark | GroupDocs.Watermark for .NET A...

    Represents an image watermark....ImageWatermark (Stream) Initializes a new instance of the ImageWatermark...ImageWatermark (string) Initializes a new instance of the ImageWatermark...

    reference.groupdocs.com/watermark/net/groupdocs...
  4. isolation - CSS: Cascading Style Sheets | MDN

    The isolation CSS property determines whether an element must create a New stacking context....whether an element must create a new stacking context . Try it This...listed below. Values auto A new stacking context is created only...

    developer.mozilla.org/en-US/docs/Web/CSS/isolation
  5. Watermark appear in more than one location in t...

    Is it possible for the watermark to appear in more than one location in the document. For example in the top, center and bottom of each page...using (Watermarker watermarker = new Watermarker(@"D:/source.pdf"))...foreach (var watermarkText in new string[] { "Top Watermark", "Center...

    forum.groupdocs.com/t/watermark-appear-in-more-...
  6. Exception when converting XLSM to PNG in .NET -...

    Converting the attached documents to PNG results in this exception: ‘Object reference not set to an instance of an object.’ I was using GroupDocs.Conversion 23.3.1 using this code: using (var conv = New Converter(doc…...this code: using (var conv = new Converter(documentPath)) { string...Stream> getPageStream = page => new FileStream(string.Format(filePath...

    forum.groupdocs.com/t/exception-when-converting...
  7. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/conversion/java/convert-to-h...
  8. GroupDocs.Viewer for .NET 19.5 Release Notes

    GroupDocs.Viewer for .NET 19.5 Release Notes – the latest updates and fixes.... It includes not only new and obsoleted public methods...attachment, string password) A new overload for GetFile method that...

    releases.groupdocs.com/viewer/net/release-notes...
  9. Multilingual Sentiment Analysis API for .NET Ap...

    Integrate sentiment analysis in your C# apps with GroupDocs.Classification for .NET 2011 (DLLs-only). Classify text in multiple languages. Download Today!...language support and provides a new three-class sentiment taxonomy...Classification for .NET 20.10 boasts a new sentiment classification taxonomy...

    releases.groupdocs.com/classification/net/new-r...
  10. How to remove only watermark annotation from PD...

    Following code example removes all annotation from PDF. However, I just want to remove watermark only from the PDF. Please provide the code example. Thanks. // Instantiate Annotator object with input PDF path using (Ann…...using (Annotator annotator = new Annotator("input.pdf")) { SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.AnnotationTypes...

    forum.groupdocs.com/t/how-to-remove-only-waterm...