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.
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. |
PdfTools.Rectangle
[Struct] PdfTools.Rectangle → PdfTools.FourHeights.PdfToolbox.Geometry.Real.Rectangle |
---|
Changed type from reference type (class) to value type (struct). See Value types. |
PdfTools.Size
[Struct] PdfTools.Size → PdfTools.FourHeights.PdfToolbox.Geometry.Real.Size |
---|
Changed type from reference type (class) to value type (struct). See Value types. |
PdfTools.Pdf.Transformation
[Class → Struct] PdfTools.Pdf.Transformation → PdfTools.FourHeights.PdfToolbox.Geometry.Real.AffineTransform |
---|
|
Pdf namespace
PdfTools.Pdf.Conformance
[Enum.] PdfTools.Pdf.Conformance → PdfTools.FourHeights.PdfToolbox.Pdf.Conformance |
---|
Removed enum value Unknown . See Unknown PDF conformance. |
PdfTools.Pdf.CopyOption
[Enum.] PdfTools.Pdf.CopyOption |
---|
Removed. Substituted by Pdf.PageCopyOptions and Pdf.Navigation.OutlineCopyOptions . See Copy options. |
PdfTools.FourHeights.PdfToolbox.Pdf.CopyStrategy
[Enum.] PdfTools.FourHeights.PdfToolbox.Pdf.CopyStrategy |
---|
Values:
CopyOption . See Copy options. |
PdfTools.Pdf.Document
[Class] PdfTools.Pdf.Document → PdfTools.FourHeights.PdfToolbox.Pdf.Document |
---|
|
PdfTools.Pdf.EncryptionParams
[Struct → Class] PdfTools.Pdf.EncryptionParams → PdfTools.FourHeights.PdfToolbox.Pdf.Encryption |
---|
New constructor Encryption(string userPassword, string ownerPassword, Permission permissions) . |
PdfTools.Pdf.FileReference
[Class] PdfTools.Pdf.FileReference → PdfTools.FourHeights.PdfToolbox.Pdf.FileReference |
---|
|
PdfTools.Pdf.FileReferenceList
[Class] PdfTools.Pdf.FileReferenceList → PdfTools.FourHeights.PdfToolbox.Pdf.FileReferenceList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.Metadata
[Class] PdfTools.Pdf.Metadata → PdfTools.FourHeights.PdfToolbox.Pdf.Metadata |
---|
|
PdfTools.FourHeights.PdfToolbox.Pdf.NameConflictResolution
[Enum.] PdfTools.FourHeights.PdfToolbox.Pdf.NameConflictResolution |
---|
Values:
CopyOption . See Copy options. |
PdfTools.Pdf.Page
[Class] PdfTools.Pdf.Page → PdfTools.FourHeights.PdfToolbox.Pdf.Page |
---|
|
PdfTools.FourHeights.PdfToolbox.Pdf.PageCopyOptions
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.PageCopyOptions |
---|
Members:
CopyOption . See Copy options. |
PdfTools.Pdf.PageList
[Class] PdfTools.Pdf.PageList → PdfTools.FourHeights.PdfToolbox.Pdf.PageList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.Permission
[Enum.] PdfTools.Pdf.Permission → PdfTools.FourHeights.PdfToolbox.Pdf.Permission |
---|
[Enum.] PdfTools.FourHeights.PdfToolbox.Pdf.RemovalStrategy |
---|
Values:
CopyOption . See Copy options. |
Pdf.Annotations namespace
PdfTools.Pdf.Annotation
[Class] PdfTools.Pdf.Annotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Annotation |
---|
|
PdfTools.Pdf.AnnotationLineEnding
[Enum.] PdfTools.Pdf.AnnotationLineEnding → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.LineEnding |
---|
|
PdfTools.Pdf.AnnotationList
[Class] PdfTools.Pdf.AnnotationList → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.AnnotationList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.AnnotationPopup
[Class] PdfTools.Pdf.AnnotationPopup → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Popup |
---|
Renamed property Rectangle → BoundingBox . Changed type Rectangle from reference type to value type. See Value types. |
PdfTools.Pdf.CircleAnnotation
[Class] PdfTools.Pdf.CircleAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.EllipseAnnotation |
---|
|
PdfTools.Pdf.CustomStampAnnotation
[Class] PdfTools.Pdf.CustomStampAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.CustomStamp |
---|
| New method static CustomStampAnnotation Create(Pdf.Document targetDocument, Geometry.Real.Rectangle boundingBox)
. See Creation and copying methods. See StampAnnotation
for inherited changes.
PdfTools.Pdf.DrawingAnnotation
[Class] PdfTools.Pdf.DrawingAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.DrawingAnnotation |
---|
See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.FileAttachmentAnnotation
[Class] PdfTools.Pdf.FileAttachmentAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.FileAttachment |
---|
New method static FileAttachmentAnnotation Create(Pdf.Document targetDocument, Geometry.Real.Point topleft, Pdf.FileReference attachedFile, Pdf.Content.Paint paint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.FileAttachmentIcon
[Enum.] PdfTools.Pdf.FileAttachmentIcon → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.FileAttachmentIcon |
---|
PdfTools.Pdf.FreeDrawingAnnotation
[Class] PdfTools.Pdf.FreeDrawingAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.InkAnnotation |
---|
|
PdfTools.Pdf.FreeTextAnnotation
[Class] PdfTools.Pdf.FreeTextAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.FreeText |
---|
New method static FreeText Create(Pdf.Document targetDocument, Geometry.Real.RectangleboundingBox, stringcontent, Pdf.Content.Paint paint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.HighlightAnnotation
[Class] PdfTools.Pdf.HighlightAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Highlight |
---|
See TextMarkupAnnotation for inherited changes. |
PdfTools.Pdf.LineAnnotation
[Class] PdfTools.Pdf.LineAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.LineAnnotation |
---|
|
PdfTools.Pdf.MarkupAnnotation
[Class] PdfTools.Pdf.MarkupAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.MarkupAnnotation |
---|
See Annotation for inherited changes. |
PdfTools.Pdf.MarkupInfo
[Class] PdfTools.Pdf.MarkupInfo → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.MarkupInfo |
---|
PdfTools.Pdf.MarkupInfoList
[Class] PdfTools.Pdf.MarkupInfoList → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.MarkupInfoList |
---|
PdfTools.Pdf.PolyDrawingAnnotation
[Class] PdfTools.Pdf.PolyDrawingAnnotation |
---|
Removed. See Annotations. |
PdfTools.Pdf.PolyLineAnnotation
[Class] PdfTools.Pdf.PolyLineAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.PolyLineAnnotation |
---|
|
PdfTools.Pdf.PolygonAnnotation
[Class] PdfTools.Pdf.PolygonAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.PolygonAnnotation |
---|
|
PdfTools.Pdf.ShapeDrawingAnnotation
[Class] PdfTools.Pdf.ShapeDrawingAnnotation |
---|
Removed. See Annotations. |
PdfTools.Pdf.SquareAnnotation
[Class] PdfTools.Pdf.SquareAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.RectangleAnnotation |
---|
|
PdfTools.Pdf.SquigglyAnnotation
[Class] PdfTools.Pdf.SquigglyAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Squiggly |
---|
See HighlightAnnotation for inherited changes. |
PdfTools.Pdf.StampAnnotation
[Class] PdfTools.Pdf.StampAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Stamp |
---|
See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.StickyNoteAnnotation
[Class] PdfTools.Pdf.StickyNoteAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.StickyNote |
---|
New method static StickyNote Create(Pdf.Document targetDocument, Geometry.Real.Point topleft, string content, Pdf.Content.Paint paint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.StrikeThroughAnnotation
[Class] PdfTools.Pdf.StrikeThroughAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.StrikeThrough |
---|
See TextMarkupAnnotation for inherited changes. |
PdfTools.Pdf.TextInsertAnnotation
[Class] PdfTools.Pdf.TextInsertAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.TextInsert |
---|
See TextMarkupAnnotation for inherited changes. |
PdfTools.Pdf.TextMarkupAnnotation
[Class] PdfTools.Pdf.TextMarkupAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.TextMarkup |
---|
See MarkupAnnotation for inherited changes. |
PdfTools.Pdf.TextStampAnnotation
[Class] PdfTools.Pdf.TextStampAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.TextStamp |
---|
New method static TextStamp Create(Pdf.Document targetDocument, Geometry.Real.Point topleft, double?height, TextStampType type, string content) . See Creation and copying methods. See StampAnnotation for inherited changes. |
PdfTools.Pdf.TextStampType
[Enum.] PdfTools.Pdf.TextStampType → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.TextStampType |
---|
PdfTools.Pdf.UnderlineAnnotation
[Class] PdfTools.Pdf.UnderlineAnnotation → PdfTools.FourHeights.PdfToolbox.Pdf.Annotations.Underline |
---|
See TextMarkupAnnotation for inherited changes. |
Pdf.Content namespace
PdfTools.Pdf.BlendMode
[Enum.] PdfTools.Pdf.BlendMode → PdfTools.FourHeights.PdfToolbox.Pdf.Content.BlendMode |
---|
PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedGrayColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedGrayColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedRgbColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedRgbColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedCmykColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.CalibratedCmykColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.ColorSpace
[Class] PdfTools.Pdf.ColorSpace → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ColorSpace |
---|
|
PdfTools.Pdf.ColorSpaceType
[Enum.] PdfTools.Pdf.ColorSpaceType |
---|
Removed. See Color space classes. |
PdfTools.Pdf.Content
[Class] PdfTools.Pdf.Content → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Content |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.ContentElement
[Class] PdfTools.Pdf.ContentElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ContentElement |
---|
|
PdfTools.Pdf.ContentExtractor
[Class] PdfTools.Pdf.ContentExtractor → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ContentExtractor |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.ContentGenerator
[Class] PdfTools.Pdf.ContentGenerator → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ContentGenerator |
---|
|
PdfTools.Pdf.DeviceColorSpaceType
[Enum.] PdfTools.Pdf.DeviceColorSpaceType → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ProcessColorSpaceType |
---|
|
PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceGrayColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceGrayColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceCmykColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceCmykColorSpace |
---|
| Extends Pdf.Content.ColorSpace
. Substitutes the removed enum ColorSpaceType
. See Color space classes.
PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceRgbColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.DeviceRgbColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.FillParams
[Struct → class] PdfTools.Pdf.FillParams[struct → class]→ PdfTools.FourHeights.PdfToolbox.Pdf.Content.Fill` |
---|
|
PdfTools.Pdf.Font
[Class] PdfTools.Pdf.Font → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Font |
---|
|
PdfTools.Pdf.Group
[Class] PdfTools.Pdf.Group → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Group |
---|
|
PdfTools.Pdf.GroupElement
[Class] PdfTools.Pdf.GroupElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.GroupElement |
---|
New method static GroupElement CopyWithoutContent(Pdf.Document targetDocument, Group Element groupElement) See Creation and copying methods.. See ContentElement for inherited changes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.IccBasedColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.IccBasedColorSpace |
---|
| Extends Pdf.Content.ColorSpace.
Method static Pdf.Content.IccBasedColorSpace Create(Pdf.Document targetDocument, Stream profile)
. See Creation and copying methods. Substitutes the removed enum ColorSpaceType
. See Color space classes.
PdfTools.Pdf.Image
[Class] PdfTools.Pdf.Image → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Image |
---|
|
PdfTools.Pdf.ImageElement
[Class] PdfTools.Pdf.ImageElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ImageElement |
---|
See ContentElement for inherited changes. |
PdfTools.Pdf.ImageMask
[Class] PdfTools.Pdf.ImageMask → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ImageMask |
---|
|
PdfTools.Pdf.ImageMaskElement
[Class] PdfTools.Pdf.ImageMaskElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ImageMaskElement |
---|
See ContentElement for inherited changes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.IndexedColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.IndexedColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.InsideRule
[Enum.] PdfTools.Pdf.InsideRule → PdfTools.FourHeights.PdfToolbox.Pdf.Content.InsideRule |
---|
PdfTools.FourHeights.PdfToolbox.Pdf.Content.LabColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.LabColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.LineCapStyle
[Enum.] PdfTools.Pdf.LineCapStyle → PdfTools.FourHeights.PdfToolbox.Pdf.Content.LineCapStyle |
---|
PdfTools.Pdf.LineJoinStyle
[Enum.] PdfTools.Pdf.LineJoinStyle → PdfTools.FourHeights.PdfToolbox.Pdf.Content.LineJoinStyle |
---|
PdfTools.FourHeights.PdfToolbox.Pdf.Content.NChannelColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.NChannelColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.Paint
[Class] PdfTools.Pdf.Paint → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Paint |
---|
|
PdfTools.Pdf.Path
[Class] PdfTools.Pdf.Path → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Path |
---|
|
PdfTools.Pdf.PathElement
[Class] PdfTools.Pdf.PathElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.PathElement |
---|
Changed type Rectangle of property AlignmentBox from reference type to value type. See Value types. See ContentElement for inherited changes. |
PdfTools.Pdf.PathGenerator
[Class] PdfTools.Pdf.PathGenerator → PdfTools.FourHeights.PdfToolbox.Pdf.Content.PathGenerator |
---|
Changed types Point and Rectangle (used in all methods) from reference type to value type. See Value types. |
PdfTools.FourHeights.PdfToolbox.Pdf.Content.SeparationColorSpace
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Content.SeparationColorSpace |
---|
Extends Pdf.Content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
PdfTools.Pdf.ShadingElement
[Class] PdfTools.Pdf.ShadingElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.ShadingElement |
---|
See ContentElement for inherited changes. |
PdfTools.Pdf.StrokeParams
[Struct → class] PdfTools.Pdf.StrokeParams → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Stroke |
---|
|
PdfTools.Pdf.Text
[Class] PdfTools.Pdf.Text → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Text |
---|
|
PdfTools.Pdf.TextElement
[Class] PdfTools.Pdf.TextElement → PdfTools.FourHeights.PdfToolbox.Pdf.Content.TextElement |
---|
See ContentElement for inherited changes. |
PdfTools.Pdf.TextFragment
[Class] PdfTools.Pdf.TextFragment → PdfTools.FourHeights.PdfToolbox.Pdf.Content.TextFragment |
---|
|
PdfTools.Pdf.TextGenerator
[Class] PdfTools.Pdf.TextGenerator → PdfTools.FourHeights.PdfToolbox.Pdf.Content.TextGenerator |
---|
|
[Struct → class] PdfTools.Pdf.TransparencyParams → PdfTools.FourHeights.PdfToolbox.Pdf.Content.Transparency |
---|
|
PdfTools.Pdf.UngroupingSet
[Enum.] PdfTools.Pdf.UngroupingSet → PdfTools.FourHeights.PdfToolbox.Pdf.Content.UngroupingSelection |
---|
Pdf.Forms namespaces
PdfTools.Pdf.CheckBoxField
[Class] PdfTools.Pdf.CheckBoxField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.CheckBox |
---|
New method static CheckBox Create(Pdf.Document targetDocument) . See Creation and copying methods.. See FormField for inherited changes. |
PdfTools.Pdf.ChoiceField
[Class] PdfTools.Pdf.ChoiceField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.ChoiceField |
---|
See FormField for inherited changes. |
PdfTools.Pdf.ChoiceItem
[Class] PdfTools.Pdf.ChoiceItem → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.ChoiceItem |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.ChoiceItemList
[Class] PdfTools.Pdf.ChoiceItemList → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.ChoiceItemList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.ComboBoxField
[Class] PdfTools.Pdf.ComboBoxField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.ComboBox |
---|
New method static ComboBox Create(Pdf.Document targetDocument) . See Creation and copying methods.See ChoiceField for inherited changes. |
PdfTools.Pdf.CombTextField
[Class] PdfTools.Pdf.CombTextField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.CombTextField |
---|
|
PdfTools.Pdf.FormField
[Class] PdfTools.Pdf.FormField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.Field |
---|
| Changed type Rectangle
of argument in method AddNewWidget
from reference type to value type. See Value types. See FormFieldNode for inherited changes.
PdfTools.FourHeights.PdfToolbox.Pdf.Forms.FormFieldCopyStrategy
[Enum.] PdfTools.FourHeights.PdfToolbox.Pdf.Forms.FormFieldCopyStrategy |
---|
Values:
CopyOption . See Copy options. |
PdfTools.Pdf.FormFieldNode
[Class] PdfTools.Pdf.FormFieldNode → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.FieldNode |
---|
|
PdfTools.Pdf.FormFieldNodeMap
[Class] PdfTools.Pdf.FormFieldNodeMap → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.FieldNodeMap |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.GeneralTextField
[Class] PdfTools.Pdf.GeneralTextField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.GeneralTextField |
---|
|
- New method
static GeneralTextField Create(Pdf.Document targetDocument)
. See Creation and copying methods. -
New property
int? MaxLength { get... set... }
. See MaxLength in text fields. See TextField for inherited changes.
PdfTools.Pdf.ListBoxField
[Class] PdfTools.Pdf.ListBoxField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.ListBox |
---|
New method static ListBox Create(Pdf.Document targetDocument) . See Creation and copying methods.. See ChoiceField for inherited changes. |
PdfTools.Pdf.PushButtonField
[Class] PdfTools.Pdf.PushButtonField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.PushButton |
---|
PdfTools.Pdf.RadioButton
[Class] PdfTools.Pdf.RadioButton → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.RadioButton |
---|
|
PdfTools.Pdf.RadioButtonField
[Class] PdfTools.Pdf.RadioButtonField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.RadioButtonGroup |
---|
|
PdfTools.Pdf.RadioButtonList
[Class] PdfTools.Pdf.RadioButtonList → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.RadioButtonList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.SignatureField
[Class] PdfTools.Pdf.SignatureField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.SignatureField |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.SignatureFieldList
[Class] PdfTools.Pdf.SignatureFieldList → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.SignatureFieldList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.SubForm
[Class] PdfTools.Pdf.SubForm → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.SubForm |
---|
New method static SubForm Create(Pdf.DocumenttargetDocument) . See Creation and copying methods.. See FormFieldNode for inherited changes. |
PdfTools.Pdf.TextField
[Class] PdfTools.Pdf.TextField → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.TextField |
---|
Removed property MaxLength . See MaxLength in text fields. See FormFieldNode for inherited changes. |
PdfTools.Pdf.Widget
[Class] PdfTools.Pdf.Widget → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.Widget |
---|
|
PdfTools.Pdf.WidgetList
[Class] PdfTools.Pdf.WidgetList → PdfTools.FourHeights.PdfToolbox.Pdf.Forms.WidgetList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
Pdf.Navigation namespace
PdfTools.Pdf.Destination
[Class] PdfTools.Pdf.Destination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.Destination |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.DirectDestination
[Class] PdfTools.Pdf.DirectDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.DirectDestination |
---|
See Destination for inherited changes. |
PdfTools.Pdf.EmbeddedPdfLink
[Class] PdfTools.Pdf.EmbeddedPdfLink → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.EmbeddedPdfLink |
---|
|
PdfTools.Pdf.FitHeightDestination
[Class] PdfTools.Pdf.FitHeightDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.FitHeightDestination |
---|
|
PdfTools.Pdf.FitPageDestination
[Class] PdfTools.Pdf.FitPageDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.FitPageDestination |
---|
|
PdfTools.Pdf.FitRectangleDestination
[Class] PdfTools.Pdf.FitRectangleDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.FitRectangleDestination |
---|
|
PdfTools.Pdf.FitWidthDestination
[Class] PdfTools.Pdf.FitWidthDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.FitWidthDestination |
---|
|
- Removed constructor. See Constructors.
-
New method
static FitWidthDestination Create(Pdf.Document targetDocument, Pdf.Page page, bool fitActualContent)
. See Creation and copying methods.. See DirectDestination for inherited changes.
PdfTools.Pdf.InternalLink
[Class] PdfTools.Pdf.InternalLink → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.InternalLink |
---|
See Link for inherited changes. |
PdfTools.Pdf.Link
[Class] PdfTools.Pdf.Link → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.Link |
---|
|
PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.LinkList
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.LinkList |
---|
A list that contains Link objects. |
PdfTools.Pdf.LocationZoomDestination
[Class] PdfTools.Pdf.LocationZoomDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.LocationZoomDestination |
---|
|
PdfTools.Pdf.NamedDestination
[Class] PdfTools.Pdf.NamedDestination → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.NamedDestination |
---|
New method static NamedDestination Create(Pdf.Document targetDocument, string name, DirectDestination target) See Creation and copying methods.See Destination for inherited changes. |
PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.NamedDestinationCopyStrategy
[Enum.] PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.NamedDestinationCopyStrategy |
---|
Values:
CopyOption . See Copy options. |
PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.OutlineCopyOptions
[Class] PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.OutlineCopyOptions |
---|
CopyOption . See Copy options. |
PdfTools.Pdf.OutlineItem
[Class] PdfTools.Pdf.OutlineItem → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.OutlineItem |
---|
|
PdfTools.Pdf.OutlineItemList
[Class] PdfTools.Pdf.OutlineItemList → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.OutlineItemList |
---|
Removed implementation of the IDisposable interface. See Removal of IDisposable implementation. |
PdfTools.Pdf.PageDisplay
[Class] PdfTools.Pdf.PageDisplay[struct]→ PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.PageDisplay` |
---|
|
PdfTools.Pdf.PageLayout
[Enum.] PdfTools.Pdf.PageLayout → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.PageLayout |
---|
PdfTools.Pdf.ViewerNavigationPane
[Enum.] PdfTools.Pdf.ViewerNavigationPane → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.ViewerNavigationPane |
---|
PdfTools.Pdf.ViewerSettings
[Class] PdfTools.Pdf.ViewerSettings → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.ViewerSettings |
---|
|
- Changed type of property
PageDisplay
from reference typePageDisplay
to nullable value typePageDisplay?
. - New method
static ViewerSettings Copy(Pdf.Document targetDocument, ViewerSettings viewerSettings)
. See Creation and copying methods.
PdfTools.Pdf.WebLink
[Class] PdfTools.Pdf.WebLink → PdfTools.FourHeights.PdfToolbox.Pdf.Navigation.WebLink |
---|
|
- Removed constructor. See Constructors.
-
New method
static WebLink Create(Pdf.Document targetDocument, Geometry.Real.Rectangle boundingBox, string uri)
. See Creation and copying methods.. See Link for inherited changes.