VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
In This Topic
VintaSoft PDF .NET Plug-in: API changes in version 12.2
In This Topic

API changes in Vintasoft.Imaging.Pdf.dll

Changed classes:

Vintasoft.Imaging.Pdf. PdfFontManager
Removed methods
public static string GetSystemTrueTypeFontFileName(string) This method is obsolete, use FileFontProgramsController.GetSystemInstalledFonts() method instead.
public static string [] GetSystemTrueTypeFontNames() This method is obsolete, use FileFontProgramsController.GetSystemInstalledFonts() method instead.


Vintasoft.Imaging.Pdf.JavaScriptApi. PdfJsField
Added properties
public float textSize { get ; set ; } Gets or sets the text size (in points) to be used in all controls.


Vintasoft.Imaging.Pdf.Processing. PdfDocumentCompressorCommand
Added properties
public bool IsMultithreadingEnabled { get ; set ; } Gets or sets a value indicating whether the command must use multithreading.


Vintasoft.Imaging.Pdf.Processing. PdfPageRotateOrthogonallyCommand
Added properties
public bool UseRotateProperty { get ; set ; } Gets or sets a value indicating whether command must set value of Rotate property to rotate page.


Vintasoft.Imaging.Pdf.Processing.Images. PdfCompressImageResourcesCommand
Added properties
public bool IsMultithreadingEnabled { get ; set ; } Gets or sets a value indicating whether the command must use multithreading.


Vintasoft.Imaging.Pdf.Processing.Images. PdfOptimizeContentImageCommand
Added properties
public bool IsMultithreadingEnabled { get ; set ; } Gets or sets a value indicating whether the command must use multithreading.


Vintasoft.Imaging.Pdf.Tree. PdfFormXObjectResource
Added methods
public void RotateContentOrthogonaly(int) Rotates the content by orthogonal angle.


Vintasoft.Imaging.Pdf.Tree. PdfPage
Added methods
public void RemoveRotation() Rotates page at angle specified by Rotate property and sets Rotate to 0.
public void RotateContentOrthogonaly(int) Rotates the content, bounding box and annotations by orthogonal angle (Rotate property is not changed).


Vintasoft.Imaging.Pdf.Tree. PdfTreeNodeBase
Added properties
public bool IsNew { get ; } Gets a value indicating whether this node is new node (unsaved).


Vintasoft.Imaging.Pdf.Tree.Annotations. PdfAnnotationAppearances
Changed methods
public void Remove(string) public bool Remove(string)


Vintasoft.Imaging.Pdf.Tree.InteractiveForms. PdfInteractiveFormChoiceField
Added methods
public string GetDisplayedValue(string) Gets the displayed value by export value.
public string GetExportedValue(string) Gets the exported value by displayed value.




API changes in Vintasoft.Imaging.Pdf.UI.dll

Changed classes:

Vintasoft.Imaging.Pdf.UI.Annotations. PdfAnnotationTool
Added methods
public bool GetAnnotationVisibility(Vintasoft.Imaging.Pdf.UI.Annotations. PdfAnnotationView) Returns the visibility of specified annotation.




API changes in Vintasoft.Imaging.Pdf.Wpf.UI.dll

Changed classes:

Vintasoft.Imaging.Pdf.Wpf.UI.Annotations. WpfPdfAnnotationTool
Added methods
public bool GetAnnotationVisibility(Vintasoft.Imaging.Pdf.Wpf.UI.Annotations. WpfPdfAnnotationView) Returns the visibility of specified annotation.