Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 5,068 for

values

(0.62 sec)
  1. Working with Outer Document Insertion | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....The expression must return a value of one of the following types:...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/working-with-o...
  2. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....indicate customer name with value (price of the order). Adding...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  3. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....Value} ({metadataSignature.Type})"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/preview-certif...
  4. Đánh dấu Hàng loạt trong .NET với GroupDocs.Wat...

    Hướng dẫn thực tế về cách áp dụng các dấu nước văn bản và hình ảnh hàng loạt, thay thế logo, và đảm bảo xử lý không thay đổi trạng thái bằng cách sử dụng GroupDocs.Watermark cho .NET....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } } }; watermarker.Add(watermark);...

    blog.groupdocs.com/vi/watermark/batch-watermark...
  5. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... Value ); } // ... } Reading MSG metadata..., header . Name , header . Value ); } Console . WriteLine ( root...

    docs.groupdocs.com/metadata/net/working-with-sa...
  6. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....argument can have inappropriate value // Process such cases here }...argument can have inappropriate value // Process such cases here }...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  7. עריכת וניהול מטא-נתונים בפייטון אפליקציות - Gro...

    גילו כיצד להשתמש ב-GroupDocs.Metadata for Python via .NET כדי להוציא, לעדכן ולהסיר מטא-נתונים באפליקציות שלכם....interpreted_value if not (property . interpreted_value is None ):...המאפיין: { property . interpreted_value } " ) else : print( f "שם המאפיין:...

    blog.groupdocs.com/he/metadata/edit-metadata-in...
  8. Metadaten in Python-Apps bearbeiten und verwalt...

    Erfahren Sie, wie Sie GroupDocs.Metadata for Python via .NET nutzen können, um Metadaten in Ihren Anwendungen zu extrahieren, zu aktualisieren und zu entfernen....Datentypen mit der interpreted_value-Eigenschaft verarbeiten if not...not (property . interpreted_value is None ): print( f "Eigenschaftsname:...

    blog.groupdocs.com/de/metadata/edit-metadata-in...
  9. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs.... Value ); } } } To help you with interpreting...packages. Please cast the return value of the property to one of the...

    docs.groupdocs.com/metadata/net/extracting-make...
  10. 온라인 바코드 스캔 | 이미지 및 카메라를 사용한 바코드 스캐닝

    온라인으로 바코드를 스캔하십시오. 바코드 이미지를 스캔하고 카메라를 사용하여 스캔합니다. 또한 C# 및 Java를 사용하여 프로그래밍 방식으로 바코드를 스캔하는 방법에 대해서도 설명합니다....CodeTypeName +" Value: " + barcode.Value); } } C#을 사용한 바코드...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ko/parser/scan-barcode-online/