Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 14,244 for

artifact

(0.18 sec)
  1. C# aracılığıyla PDF belgesine Filigran Ekleme |...

    COM Interop aracılığıyla .NET Framework, .NET Core ve PHP, VBScript, Delphi, C++ üzerinde PDF dosyasına filigran eklemek için C# kaynak kodu....Artifacts toplama sınıfının Ekle yöntemini...Pdf . Document ( "1.pdf" ); artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/tr/net/watermark/add/
  2. How to Remove Watermark from PDF using C#

    This short tutorial guides on how to remove watermark from PDF using C#. It provides all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using C#....types of artifacts on a page and filter the artifacts of the required...watermark Parse through all the artifacts on each page of the document...

    kb.aspose.com/pdf/net/how-to-remove-watermark-f...
  3. Delete | Aspose.PDF for .NET API 参考

    删除指定的工件...Delete(Artifact) 删除指定的工件。 public void Delete ( Artifact artifact...类型 描述 artifact Artifact 将被删除的工件。 也可以看看 class Artifact class ArtifactCollection...

    reference.aspose.com/pdf/zh/net/aspose.pdf/arti...
  4. Delete | Aspose.PDF per .NET API Reference

    Elimina lartefatto specificato....Delete Delete(Artifact) Elimina l’artefatto specificato. public...public void Delete ( Artifact artifact ) Parametro Tipo Descrizione...

    reference.aspose.com/pdf/it/net/aspose.pdf/arti...
  5. Работайте с водяным знаком в формате PDF с помо...

    Исходный код Python для добавления или удаления водяных знаков в PDF-файле на платформе.NET Framework, .NET Core и PHP, VBScript, Delphi, C++ с помощью COM Interop....pdf" ) artifact = WatermarkArtifact () textState...FontRepository . FindFont ( "Courier" ) artifact . SetTextAndState ( "WATERMARK"...

    products.aspose.com/pdf/ru/python-net/watermark/
  6. עבודה עם סימן מים ב- PDF באמצעות .NET | Aspose.PDF

    C# קוד מקור כדי להוסיף או להסיר סימן מים לקובץ PDF ב- NET Framework, NET Core, ו- PHP, VBScript, דלפי, C++ באמצעות COM Interop....WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...FindFont ( "Courier" ) }); artifact . ArtifactHorizontalAl = HorizontalAlignment...

    products.aspose.com/pdf/he/net/watermark/
  7. 在 PDF 中处理水印 | Aspose.PDF

    用于在任何平台上向 PDF 文件添加或删除水印的示例代码。...pdf" ); artifact = new Aspose . Pdf . WatermarkArtifact...WatermarkArtifact (); artifact . SetImage ( new FileStream ( "1.jpg"...

    products.aspose.com/pdf/zh-hant/watermark/
  8. Obtenga una marca de agua de un documento PDF a...

    Código fuente de demostración simple para obtener una marca de agua de un archivo PDF en cualquier plataforma con lenguaje C++....Artifacts. Guardar archivo PDF Requerimientos...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/es/cpp/watermark/get/
  9. Holen Sie sich ein Wasserzeichen aus einem PDF-...

    Einfacher Demo-Quellcode zum Abrufen von Wasserzeichen aus einer PDF-Datei auf jeder Plattform mit C++-Sprache....Artifacts hinzu. Speichern Sie die PDF-Datei...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/de/cpp/watermark/get/
  10. C++ 를 통해 PDF 문서에 워터마크 추가 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에 워터마크를 추가하는 간단한 데모 소스 코드입니다....Artifacts 컬렉션 클래스의 Add 메서드를 사용하여 워터마크를...pdf" ); // Create artifact with image artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/ko/cpp/watermark/add/