VintaSoft PDF .NET Plug-in: API changes in version 9.1.2
In This Topic
API changes in Vintasoft.Imaging.Pdf.dll
Changed classes:
Vintasoft.Imaging.Pdf.PdfFontManager
|
Added methods
|
public Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont CreateCIDFontFromTextSymbols(System.Collections.Generic.Dictionary < char,System.Drawing.Drawing2D.GraphicsPath>)
|
Creates a CID font, which is based on information about text symbols. |
|
|
Vintasoft.Imaging.Pdf.Processing.PdfFixups
|
Renamed properties
|
public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasVisibleCharacterWithoutUnicodeValueA1aFixup { get ; }
|
public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasUsedCharacterWithoutUnicodeValueA1aFixup { get ; }
|
public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasVisibleCharacterWithoutUnicodeValueA2aFixup { get ; }
|
public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasUsedCharacterWithoutUnicodeValueA2aFixup { get ; }
|
|
|
Vintasoft.Imaging.Pdf.Processing.Analyzers.PdfTriggers
|
Renamed properties
|
public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasVisibleCharacterWithoutUnicodeValueA1a { get ; }
|
public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasUsedCharacterWithoutUnicodeValueA1a { get ; }
|
public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasVisibleCharacterWithoutUnicodeValueA2a { get ; }
|
public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Processing.PdfFontProcessingParams> FontHasUsedCharacterWithoutUnicodeValueA2a { get ; }
|
|
|
Vintasoft.Imaging.Pdf.Tree.PdfBookmark
|
Added constructors
|
public void PdfBookmark(Vintasoft.Imaging.Pdf.PdfDocument, string)
|
Initializes a new instance of the PdfBookmark class. |
|
|