Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 11,640 for

artifact

(0.22 sec)
  1. 使用 C# 向 PDF 添加水印|Aspose.PDF for .NET

    本文解释了使用 C# 程序化处理文档和获取 PDF 中水印的功能。...NET 允许使用 Artifacts 向您的 PDF 文档添加水印。请查看本文以解决您的任务。...真实内容和工件所述)。为了处理工件,Aspose.PDF 有两个类: Artifact 和 ArtifactCollection 。 为了获取特定页面上的所有工件,...

    docs.aspose.com/pdf/zh/net/add-watermarks/
  2. 使用 C++ 从 PDF 中获取水印 | Aspose.PDF

    简单的演示源代码,可在任何平台上使用 C++ 语言从 PDF 文件中获取水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/watermark/get/
  3. How to Add Watermark | Aspose.PDF

    Do you know how easily Add Watermark to PDF in Java? Add Watermark to PDF with high quality using Java Aspose.PDF library.... The watermark artifact is added to the first page...using the getArtifacts().add(artifact) method. Finally, the watermarked...

    products.aspose.com/pdf/tutorial/add-watermark/
  4. 使用 C++ 从 PDF 中移除水印 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上从PDF文件中删除水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/watermark/r...
  5. Add background to PDF|Aspose.PDF for .NET

    Add background image to the your PDF file with C#. Use the BackgroundArtifact object....contains a collection of artifacts. The BackgroundArtifact class...{ // Image for background artifact object using ( var image =...

    docs.aspose.com/pdf/net/add-backgrounds/
  6. PdfSaveOptions.export_paragraph_graphics_to_art...

    PdfSaveOptions.export_paragraph_graphics_to_Artifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....export_paragraph_graphics_to_artifact property PdfSaveOptions.e...export_paragraph_graphics_to_artifact property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....graphic should be marked as an artifact. get exportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Discover the PdfSaveOptions ExportParagraphGraphicsToArtifact property to control paragraph graphics as Artifacts, enhancing your document's visual clarity....graphic should be marked as an artifact. public bool ExportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 在 .NET 中使用工件|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您为 PDF 页面添加背景图像,并使用 Artifact 类获取每个水印。...中将元素创建为工件,您需要使用 Artifact 类。 它包含以下有用的属性: Artifact.Type – 获取工件类型(支持...获取工件类型(支持 Artifact.ArtifactType 枚举的值,其中包括 Background, Layout, Page...

    docs.aspose.com/pdf/zh/net/artifacts/
  10. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。...{ // Image for background artifact object using ( var image =...Add (); // Create Background Artifact object var background = new...

    docs.aspose.com/pdf/zh/net/add-backgrounds/