Tamworth #640
EliotJones
started this conversation in
General
Tamworth
#640
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a release with various bug-fixes and quality of life improvements but no new major features. It adds many of the supporting classes necessary for PDF rendering.
Breaking Changes
IColorcan now be of typePatternColor. This implementation will throw an error when callingToRGBValues(). You might have to check forIColor.ColorSpace != ColorSpace.Patternbefore calling this functionDetailssuffix fromColorSpaceDetailsproperty namesAlternateColorSpaceDetailsrenamed toAlternateColorSpaceBaseColorSpaceDetailsrenamed toBaseColorSpaceIColorimplementationsdoubleinstead ofdecimalin color spaces and colorsIColorSpaceContextfromIOperationContexttoCurrentGraphicsStateColorSpaceproperty fromIPdfImage. UseColorSpaceDetails.Typeto get the enum valueIColorSpaceContext'sCurrentStrokingColorSpaceandCurrentNonStrokingColorSpaceare now of typeColorSpaceDetails(not aColorSpaceenumanymore). UseCurrentStrokingColorSpace.TypeorCurrentNonStrokingColorSpace.Typeto get theenumvalueDefaultWordExtractor, a logic bug in the existing implementation was fixed, meaning the output of the defaultpage.GetWords()may change in this versionNET 4.5
Note that this version removes support for .NET 4.5. Consumers should upgrade to .NET 4.5.1 or 4.5.2
Release notes
TextRenderingMode,StrokeColorandFillColorPageSizeenum for landscape orientation documentsCreationDateandModifiedDateare now available inDocumentInformationBuilderPdfActionexposed byAnnotationclass.InReplyToproperty also addedGetFieldsextensions method forAcroFormtypePdfDocumentBuilderPdfDocumentBuilderwith one or more existing documentsRijndaelandRijndaelManagedtoAessince these were marked as obsoleteThis discussion was created from the release Tamworth.
Beta Was this translation helpful? Give feedback.
All reactions