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

API changes in Vintasoft.Imaging.Pdf.dll

Changed classes:

Vintasoft.Imaging.Codecs.Decoders. PdfDecoder
Added methods
public bool CanUseVectorRendering(int, Vintasoft.Imaging.Codecs.Decoders. DecodingSettings, Vintasoft.Imaging.Codecs.Decoders. RenderingSettings) Returns a value indicating whether the vector rendering can be used.


Vintasoft.Imaging.Pdf.Processing. PdfDocumentCompressorCommand
Added properties
public bool FlattenAnnotations { get ; set ; } Gets or sets a value indicating whether the command must flatten (burn) annotations.
Added methods
public static Vintasoft.Imaging.Pdf.Processing. PdfDocumentCompressorCommand CreateEmptyCompressor() Creates an empty compressor that does not specify compression settings.


Vintasoft.Imaging.Pdf.Processing. PdfPageBurnAnnotationsCommand
Added methods
public Vintasoft.Imaging.Processing. ProcessingResult Execute(Vintasoft.Imaging.Pdf. PdfDocument, Vintasoft.Imaging.Processing. ProcessingState) Executes processing command on the specified PdfDocument .




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

New classes:

public class Vintasoft.Imaging. PdfOfficeAssembly Provides methods for initialization of Vintasoft.Imaging.Pdf.Office assembly.
public class Vintasoft.Imaging.Codecs. PdfDocxCodec Provides the codec that allows to convert DOC or PDF document to a DOCX document. Also codec allows to decode DOCX or DOC document.


Changed classes:

Vintasoft.Imaging.Pdf.Office. PdfToDocxConverter
Added properties
public bool DetectHeaderFooter { get ; set ; } Gets or sets a value indicating whether this processing command must detect header and footer.