 |
PdfAnnotation
Delete Method
|
Note: This API is now obsolete.
Removes an annotation from the document
Namespace: XsPDF.Pdf.Annotations
Assembly: XsPDF (in XsPDF.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
[ObsoleteAttribute("Use 'Parent.Remove(this)'")]
public void Delete()
<ObsoleteAttribute("Use 'Parent.Remove(this)'")>
Public Sub Delete
public:
[ObsoleteAttribute(L"Use 'Parent.Remove(this)'")]
void Delete()
[<ObsoleteAttribute("Use 'Parent.Remove(this)'")>]
member Delete : unit -> unit
See Also
-
Export SQL database to Spreedsheets in .NET C# the problem down into pieces - the first is iterating over all your PDFs: string[] candidatePDFs = Directory.GetFiles(sourceDirectory, "*.pdf"); PdfDecoder decoder = new PdfDecoder(); foreach (string . a list of all files that end in .pdf and if the file is a valid pdf, calls a routine to process it: public void ProcessPdf(string path, Stream stm) { using (Document doc = new Document(stm .
-
Creating images to PDF document using C#.NET and XsPDF Toolkit Please take a look at the TransparentWatermark2 example. It adds transparent text on each odd page and a transparent image on each even page of an existing PDF document. This is how it's done . in the resulting PDFs: In the first screen shot (showing page 3 and 4 of the resulting PDF of TransparentWatermark2), the page to the left is actually a page in portrait rotated by 90 degrees. iText however, treats .
-
How to use PDF Library to scan text from PDF page the image as a cell to a PdfPTable in which case it will be scaled to fit a PdfPCell automatically by default. Further reading: How to position a PDFGraphis2D object in iText? c# Add rectangle into pdfpcell itextsharp How to add text to an image? Create an Image or PdfTemplate from a PDF file .
-
Concatenating multi-page PDF using Visual Studio .NET framework and XsPDF DLL the following barcode formats: 1D barcodes: EAN-13, EAN-8, UPC-A, UPC-E, Code-39, Code-93, Code-128, ITF, Codabar 2D barcodes: QR Code, Data Matrix, PDF-417, AZTEC It automatically . parses QR Codes, Data Matrix, PDF-417, and Aztec values, for the following supported formats: URL Contact information (VCARD, etc.) Calendar event Email Phone SMS ISBN WiFi Geo-location (latitude and longitude) AAMVA driver license/ID .
-
-
How to add chart graphing to PDF document in Windows Form using C#.NET generally don't recommend this approach because then your program could negatively affect system stability. Find an alternate PDF viewing control. See this answer for a few commercial components: .net . PDF Viewer control , or roll your own: Find an acceptable hack. Depending on how robust your application needs to be, code .
-
How to drawing linear barcode Code 128 to PDF document I am trying to create a multipage PDF. I have followed this tutorial. This is working with a XIB file for static text and then adds a table from code. But the problem I'm having ATM is that when . ]; if(arrSelectedCities.count <= 8){ // If there are only 8 rows --> we can fit everyting on one page ! // Create the PDF context using the default page size of 612 x 792 .
-
-
Worksheet converted from datatable tutorial There is an example on how to find and replace images in an existing PDF by the creator of iText. It's actually a small excerpt from his book. Since it's in Java, here's a simple replacement: public . in the PRStream. For completeness sake, since your question specifically asks about PDF compression, here's how you compress a PDF with iTextSharp: PdfStamper stamper = new PdfStamper( reader, YOUR-STREAM .
-
-
Stacked Bar graphs drawing to PDF using PDF Chart Control /12/10/kb3102429-causes-crystal-report-export-to-pdf-to-fail/ Notes: This problem occurs when you use a DataSet as a source of report data. Sql queries and StoredProcedures this error did . not happen This problem occurs when you will export the report to PDF using a DataSet as a data source, if you try to export to Excell and Word this does not happen. You must remove this update from your .
-
-
-
.NET C# demo for converting datatable to Excel Document box. The output.png has actually the width and height that I am looking for.I do not know how to get x and y coordinates. The answer provided here (1) for pdf pages does not meet my criteria since . the "text" bounding box that gs gives me has big white margins ( and actually as far as I can understand what gs defines as "text" bounding box for a pdf is something different from my definition of "text" bounding box for a picture). .
-