Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 8,188 for

artifact

(0.02 sec)
  1. CustomSubtype | Aspose.PDF for .NET API Reference

    Gets name of Artifact subtype. May be used if Artifact subtype is not standard subtype....CustomSubtype Artifact.CustomSubtype property Gets name of artifact subtype...subtype. May be used if artifact subtype is not standard subtype...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  2. SetValue | Aspose.PDF for .NET API Reference

    Sets custom value of Artifact....SetValue Artifact.SetValue method Sets custom value of artifact. public...value in the artifact. See Also class Artifact namespace Aspose...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  3. 通過 Python 在 PDF 中使用水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。... Document ( input_pdf ) artifact = ap . WatermarkArtifact ().... find_font ( "Courier" ) artifact . set_text_and_state ( "WATERMARK"...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  4. 通過 C++ 在 PDF 中使用水印 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上向PDF文件添加或删除水印。..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...FindFont ( u "Courier" )); artifact -> SetTextAndState ( u "WATERMARK"...

    products.aspose.com/pdf/zh-hans/cpp/watermark/
  5. Artifact.ArtifactType | Aspose.PDF for .NET API...

    Enumeration of possuble Artifact types....Artifact.ArtifactType Artifact.ArtifactType enumeration Enumeration...Enumeration of possuble artifact types. public enum ArtifactType...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  6. CopyTo | Aspose.PDF for .NET API Reference

    Copies colection into an array.... public void CopyTo ( Artifact [] dest , int index ) Parameter...Parameter Type Description dest Artifact[] Destination array. index...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  7. 通過 Java 在 PDF 中使用水印 | Aspose.PDF

    用于在 Java 和 PHP 上为 PDF 文件添加或移除水印的 Java 源代码,德尔福。...com/webapp/ #/artifacts/browse/Tree/General/repo/...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/zh-hans/java/watermark/
  8. CopyTo | Aspose.PDF for .NET API 参考

    将集合复制到数组中...CopyTo ( Artifact [] dest , int index ) 范围 类型 描述 dest Artifact[] 目标数组。...index Int32 起始索引。 也可以看看 class Artifact class ArtifactCollection 命名空间...

    reference.aspose.com/pdf/zh/net/aspose.pdf/arti...
  9. Get Watermark from PDF using C++ | Aspose.PDF

    Get watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/cpp/watermark/get/
  10. Adding Watermark to PDF document via Python for...

    Python source code to add or remove watermark to PSD file on any platform with .NET support....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/python-net/watermarks/