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

API changes in Vintasoft.Imaging.Pdf.dll

New classes:

public class Vintasoft.Imaging.Pdf.Tree.DigitalSignatures. PdfSignatureBuildData Provides signature properties for the software application that was used to create the signature.
public class Vintasoft.Imaging.Pdf.Tree.DigitalSignatures. PdfSignatureBuildProperties Provides signature properties for the software application that was used to create the signature.


Removed classes:

public class Vintasoft.Imaging.Pdf. SystemFontProgramsController Use the Vintasoft.Imaging.Pdf. FileFontFrogramsControllerWithFallbackFont class instead.
public class Vintasoft.Imaging.Pdf. UserAndSystemFontProgramsController Use the Vintasoft.Imaging.Pdf. FileFontFrogramsControllerWithFallbackFont class instead.


Changed classes:

Vintasoft.Imaging.Pdf. PdfDocument
Added methods
public void AddDocument(Vintasoft.Imaging.Pdf. PdfDocument, Vintasoft.Imaging.Pdf.Tree. PdfBookmarkCollection) Adds pages from specified PDF document to the current PDF document, also adds bookmark tree of specified PDF document to the bookmark in current PDF document.


Vintasoft.Imaging.Pdf.Processing. PdfPageDrawImageCommand
Added properties
public float AlphaTransparency { get ; set ; } Gets or sets the alpha constant value (transparency).
public Vintasoft.Imaging.Pdf.Tree. GraphicsStateBlendMode BlendingMode { get ; set ; } Gets or sets the blending mode for drawn image.


Vintasoft.Imaging.Pdf.Tree. PdfFormXObjectResource
Changed properties
public float [] Matrix { get ; set ; } public Vintasoft.Imaging. AffineMatrix Matrix { get ; set ; }


Vintasoft.Imaging.Pdf.Tree. PdfPage
Added methods
public Vintasoft.Imaging.Pdf.Drawing. PdfGraphics GetGraphics(Vintasoft.Imaging.Pdf.Drawing. PdfGraphicsCreationMode) Initializes a new instance of the PdfGraphics class associated with this page.


Vintasoft.Imaging.Pdf.Tree.Annotations. PdfAnnotation
Changed properties
public float [] AppearanceMatrix { get ; set ; } public Vintasoft.Imaging. AffineMatrix AppearanceMatrix { get ; set ; }


Vintasoft.Imaging.Pdf.Tree.DigitalSignatures. PdfSignatureInformation
Added properties
public Vintasoft.Imaging.Pdf.Tree.DigitalSignatures. PdfSignatureBuildProperties BuildProperties { get ; set ; } Gets or sets a signature properties for the software application that was used to create the signature.


Vintasoft.Imaging.Pdf.Tree.Patterns. PdfGraphicalPattern
Changed properties
public float [] Matrix { get ; set ; } public Vintasoft.Imaging. AffineMatrix Matrix { get ; set ; }


Vintasoft.Imaging.Pdf.Tree.Patterns. ShadingPattern
Changed properties
public Vintasoft.Imaging.Pdf.Tree.ShadingPatterns. PdfShadingPattern Shading { get ; } public Vintasoft.Imaging.Pdf.Tree.ShadingPatterns. PdfShadingPattern Shading { get ; set ; }
Added constructors
public void ShadingPattern(Vintasoft.Imaging.Pdf.Tree.ShadingPatterns. PdfShadingPattern) Initializes a new instance of the ShadingPattern class.