Creates popup annotation in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePopup ( new System . Drawing...
Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PdfAnnotationEditor editor = new PdfAnnotationEditor(); editor.bindPdf("example...FileOutputStream("example.xfdf"); editor.exportAnnotationsXfd(stream...
Modifies the annotations of the specifed type on the specified page range. It supports to modify next annotation properties Modified Title Contents Color Subject and Open....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...true ; editor . ModifyAnnotations ( 1 , 2 , annot ); editor . Save...
Creates markup annotation it PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateMarkup ( new System . Drawing...
C# source code to edit CSV document on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Editor CSV Editor PNG JPG BMP TIFF DOCX...API for C# platform for any editor. Open NuGet package manager...
Get or sets zoom coefficient. Value 1.0 corresponds to 100. Default value is 1.0. The following example demonstrates how to change zoom of the document pages....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (...( "sample.pdf" ); editor . Zoom = 0.5f ; public float Zoom { get...