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
-
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
IColor
can now be of typePatternColor
. This implementation will throw an error when callingToRGBValues()
. You might have to check forIColor.ColorSpace != ColorSpace.Pattern
before calling this functionDetails
suffix fromColorSpaceDetails
property namesAlternateColorSpaceDetails
renamed toAlternateColorSpace
BaseColorSpaceDetails
renamed toBaseColorSpace
IColor
implementationsdouble
instead ofdecimal
in color spaces and colorsIColorSpaceContext
fromIOperationContext
toCurrentGraphicsState
ColorSpace
property fromIPdfImage
. UseColorSpaceDetails.Type
to get the enum valueIColorSpaceContext
'sCurrentStrokingColorSpace
andCurrentNonStrokingColorSpace
are now of typeColorSpaceDetails
(not aColorSpace
enum
anymore). UseCurrentStrokingColorSpace.Type
orCurrentNonStrokingColorSpace.Type
to get theenum
valueDefaultWordExtractor
, 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
,StrokeColor
andFillColor
PageSize
enum for landscape orientation documentsCreationDate
andModifiedDate
are now available inDocumentInformationBuilder
PdfAction
exposed byAnnotation
class.InReplyTo
property also addedGetFields
extensions method forAcroForm
typePdfDocumentBuilder
PdfDocumentBuilder
with one or more existing documentsRijndael
andRijndaelManaged
toAes
since these were marked as obsoleteThis discussion was created from the release Tamworth.
Beta Was this translation helpful? Give feedback.
All reactions