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

API changes in Vintasoft.Imaging.Pdf.dll

Changed classes:

Vintasoft.Imaging.Pdf. PdfDocument
Renamed properties
public bool HasLineariztionInformation { get ; } public bool HasLinearizationInformation { get ; }
public bool IsWaitingForSingning { get ; } public bool IsWaitingForSigning { get ; }


Vintasoft.Imaging.Pdf. PdfFormat
Added properties
public bool CompressedObjectStreams { get ; } Gets a value indicating whether PDF document should have compressed object streams.
Added constructors
public void PdfFormat(string, bool, bool, bool, bool) Initializes a new instance of the PdfFormat class.


Vintasoft.Imaging.Pdf.Processing. PdfFixups
Added properties
public static Vintasoft.Imaging.Processing. ProcessingCommand <Vintasoft.Imaging.Pdf.Processing. PdfFontProcessingParams > PdfFontNameIsBadFixup { get ; } Gets the fixup of PdfFontNameIsBad .


Vintasoft.Imaging.Pdf.Processing.Analyzers. PdfTriggers
Added properties
public static Vintasoft.Imaging.Processing. Trigger <Vintasoft.Imaging.Pdf.Processing. PdfFontProcessingParams > PdfFontNameIsBad { get ; } Gets the trigger that is activated if PDF font is bad.


Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentMembership
Added constructors
public void PdfOptionalContentMembership(string, Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentGroup []) Initializes a new instance of the PdfOptionalContentMembership class.
Added methods
public static Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentMembership CreateAllOff(Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentGroup []) Creates the optional content membership properties with "AllOff" visibility policy and specified optional content groups.
public static Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentMembership CreateAllOn(Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentGroup []) Creates the optional content membership properties with "AllOn" visibility policy and specified optional content groups.
public static Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentMembership CreateAnyOff(Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentGroup []) Creates the optional content membership properties with "AnyOff" visibility policy and specified optional content groups.
public static Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentMembership CreateAnyOn(Vintasoft.Imaging.Pdf.Tree.OptionalContent. PdfOptionalContentGroup []) Creates the optional content membership properties with "AnyOn" visibility policy and specified optional content groups.




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

Changed classes:

Vintasoft.Imaging.Codecs.Encoders. PdfMrcCompressionSettings
Added properties
public bool AddPdfLayers { get ; set ; } Gets or sets a value indicating whether MRC encoder must add PDF layers (optional content).
public string BackgroundLayerName { get ; set ; } Gets or sets the name of the background PDF layer.
public string ColorMaskLayerName { get ; set ; } Gets or sets the name of the color mask PDF layer.
public string ImagesLayerName { get ; set ; } Gets or sets the name of the images PDF layer.