Reference for changes in .NET interface
This section lists all changes in the .NET interface between 3-Heights® PDF Toolbox API and the PDF Toolbox SDK. Interface elements are ordered alphabetically by PDF Toolbox SDK namespace.
note
This page provides the changes between the two products only. For full reference information on the PDF Toolbox SDK, see .NET API reference.
[Class]PdfTools.internal.NativeObject → PdfTools.FourHeights.PdfToolbox.Internal.NativeObject |
---|
Changed members:
Sdk |
Base namespace
PdfTools.FourHeights.PdfToolbox.ConformanceException
[Class] PdfTools.FourHeights.PdfToolbox.ConformanceException |
---|
ErrorCodeException.Code with value ErrorCode.Conformance . See Exceptions. |
PdfTools.FourHeights.PdfToolbox.CorruptException
[Class] PdfTools.FourHeights.PdfToolbox.CorruptException |
---|
ErrorCodeException.Code with value ErrorCode.Corrupt . See Exceptions. |
PdfTools.ErrorCode
[Enum.] PdfTools.ErrorCode → PdfTools.FourHeights.PdfToolbox.ErrorCode |
---|
Removed. See Exceptions. |
PdfTools.ErrorCodeException
[Class] PdfTools.ErrorCodeException → PdfTools.FourHeights.PdfToolbox.PdfToolboxException |
---|
|
PdfTools.FourHeights.PdfToolbox.LicenseException
[Class] PdfTools.FourHeights.PdfToolbox.LicenseException |
---|
ErrorCodeException.Code with value ErrorCode.License . See Exceptions. |
PdfTools.FourHeights.PdfToolbox.PasswordException
[Class] PdfTools.FourHeights.PdfToolbox.PasswordException |
---|
ErrorCodeException.Code with value ErrorCode.Password . See Exceptions. |
PdfTools.FourHeights.PdfToolbox.Sdk
[Class] PdfTools.FourHeights.PdfToolbox.Sdk |
---|
|
PdfTools.Pdf.StringMap
[Class] PdfTools.Pdf.StringMap → PdfTools.FourHeights.PdfToolbox.Pdf.StringMap |
---|
Removed implementation of the IDisposable interface. See Removal of iDisposable implementation. |
PdfTools.FourHeights.PdfToolbox.UnknownFormatException
[Class] PdfTools.FourHeights.PdfToolbox.UnknownFormatException |
---|
Extends PdfToolboxException . Substitutes the removed property ErrorCodeException.Code with value ErrorCode.UnknownFormat . See Exceptions. |
PdfTools.FourHeights.PdfToolbox.UnsupportedFeatureException
[Class] PdfTools.FourHeights.PdfToolbox.UnsupportedFeatureException |
---|
Extends PdfToolboxException . Substitutes the removed property ErrorCodeException.Code with value ErrorCode.UnsupportedFeature . See Exceptions. |
Geometry namespace
PdfTools.Pdf.Rotation
[Enum.] PdfTools.Pdf.Rotation → PdfTools.FourHeights.PdfToolbox.Geometry.Rotation |
---|
Renamed enum value NoRotation → None . |
PdfTools.Pdf.TextAlignment
[Enum.] PdfTools.Pdf.TextAlignment → PdfTools.FourHeights.PdfToolbox.Geometry.HorizontalAlignment |
---|
Pdf.Geometry.Integer namespace
[Struct] PdfTools.FourHeights.PdfToolbox.Geometry.Integer.Size |
---|
Fields:
Image and ImageMask to substitute the removed properties Image.Width , Image.Height , ImageMask.Width , and ImageMask.Height . See Image size and image mask size. |
Geometry.Real namespace
PdfTools.Point
[Struct] PdfTools.Point → PdfTools.FourHeights.PdfToolbox.Geometry.Real.Point |
---|
Changed type from reference type (class) to value type (struct). See Value types. |