Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 13,752 for

artifact

(0.08 sec)
  1. Subtype | Aspose.PDF for .NET API Reference

    Gets Artifact subtype. If Artifact has non-standard subtype name of the subtype may be read via CustomSubtype....Subtype Artifact.Subtype property Gets artifact subtype. If artifact...artifact has non-standard subtype, name of the subtype may be...

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

    Sets text of the Artifact....SetText Artifact.SetText method Sets text of the artifact. public...FormattedText object which contains artifact text. See Also class FormattedText...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  3. Adding an image watermark to PDF can't adjust t...

    I want to add image watermark to PDF through WatermarkArtifact. When the image width is relatively large, the watermark will not be fully displayed on the page and i can’t resize the image watermark. var doc = new A…...Watermark var artifact = new WatermarkArtifact(); artifact.SetImag...top\watermark-logo.png"); artifact.Position = new Aspose.Pdf...

    forum.aspose.com/t/adding-an-image-watermark-to...
  4. Adding Watermark to PDF document via .NET | Asp...

    C# source code to add or remove watermark to PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/net/watermarks/
  5. Adding Watermark to PDF document via .NET | Asp...

    C# source code to add or remove watermark to PSD file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/java/watermarks/
  6. Aspose PDF for C++添加水印WatermarkArtifact抛出异常 - 中...

    你好,我想向pdf文件中增加水印,但是auto Artifact = MakeObject();行报错, 错误代码:System::ExceptionWrapperAspose::Pdf::Details_FontNotFoundException at memory location 0x014FE370.这个错误怎么去除呢? 测试代码如下: void GettingWatermarks() { String _dataDir…...#1 你好,我想向pdf文件中增加水印,但是auto artifact = MakeObject();行报错, 错误代码:...ir + inputFileName); auto artifact = MakeObject<WatermarkArtifact>();...

    forum.aspose.com/t/aspose-pdf-for-c-watermarkar...
  7. Remove Watermark from PDF using C++ | Aspose.PDF

    Remove 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/remove/
  8. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    PdfSaveOptions ExportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact in C#....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. Exception when adding WatermarkArtifact - Free ...

    Hi, I am trying to add a watermark to a page and getting an exception. When I even try to use the sample code (See below) from the aspose examples I get an error exception Aspose.Pdf.Document document = new As…...WatermarkArtifact artifact = new Aspose.Pdf.WatermarkArtifact();...WatermarkArtifact(); artifact.SetTextAndState( "LETTER NOT APPROVED"...

    forum.aspose.com/t/exception-when-adding-waterm...
  10. Lines | Aspose.PDF for .NET API Reference

    Lines of multiline text Artifact....Lines Artifact.Lines property Lines of multiline text artifact...Lines { get ; } See Also class Artifact namespace Aspose.Pdf assembly...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...