DynamicPDF for .NET v7.0.0 to v7.0.x Compatibility
DynamicPDF v7.0.x for .NET is compatible with DynamicPDF Generator, ReportWriter and Merger v7.0.0 for .NET.
However, there are some depreciated classes, methods and properties.
All code written against v7.0.0 will compile
against v7.0.x but you will receive compiler warnings when using any depreciated items until they are changed.
Here is a list of the depreciated items in v7.0.x and suggested resolutions:
- StandardSecurity Class - use RC440Security
- HighSecurity Class - use RC4128Security
- SignatureFieldFlattenOptions Enum – Use SignatureFieldFlatteningOptions
- FormFlatteningOptions.DigitalSignature Property - Use DigitalSignatures
DynamicPDF for .NET v6.x to v7.0.0 Compatibility
DynamicPDF v7.0.0 for .NET is compatible with DynamicPDF Generator, ReportWriter and Merger v6.X for .NET.
However, all depreciated methods and properties in v6.X have been removed in v7.0.0. Please make sure you have followed
all guidelines for v6.X compatibility by clicking this link.
All code written against v6.X will compile against v7.0.0 but you will receive compiler warnings when using any depreciated items until they are changed.
Here is a list of the depreciated items in v7.0.0 and suggested resolutions:
- RightsManagementSchema.Marked property – Use RightsManagementSchema.Marked2 instead.
- Report.PdfPage property - use Report.Template instead.
In RightsManagementSchema, Marked property is "Public Domain" by default. But in v7.0.x "Unknown" is the default
|