Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 8,190 for

artifact

(0.03 sec)
  1. Adding Watermark to PDF document via C++ | Aspo...

    Source code to add or remove watermark to PSD file on any platform with C++ language...Artifacts collection class Save PDF..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/cpp/watermarks/
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. TextState | Aspose.PDF for .NET API Reference

    Text state for Artifact text....TextState Artifact.TextState property Text state for artifact text...Also class TextState class Artifact namespace Aspose.Pdf assembly...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  7. Contents | Aspose.PDF for .NET API Reference

    Gets collection of Artifact internal operators....Contents Artifact.Contents property Gets collection of artifact internal...Also class Operator class Artifact namespace Aspose.Pdf assembly...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  8. Aspose PDF WatermarkArtifact is not consistent ...

    I Am using Aspose PDF for dotnet and I use WatermarkArtifact class to apply watermark by following this link https://docs.aspose.com/pdf/net/add-watermarks/#programming-samples-how-to-add-watermark-on-pdf-files. I have …...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.SetTextAndState(...Green) }); artifact.IsBackground = false; artifact.Rotation =...

    forum.aspose.com/t/aspose-pdf-watermarkartifact...
  9. Opacity | Aspose.PDF for .NET API Reference

    Gets or sets opacity of the Artifact. Possible values are in range 0..1....Opacity Artifact.Opacity property Gets or sets opacity of the...the artifact. Possible values are in range 0..1. public double...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  10. Increased opacity of watermark after page 1 - F...

    Hello Using the Artifact object in my code makes it go to the first sheet with the opacity I want but after the first sheet the opacity returns to 1. Example: watermark.pdf (865.2 KB) This is the code I am working wit…... 7:26pm 1 Hello Using the artifact object in my code makes it...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...

    forum.aspose.com/t/increased-opacity-of-waterma...