DynamicPDF™ for COM Compatibility
DynamicPDF v5.0 for COM is compatible with DynamicPDF Generator, Merger v4.0.X for COM. However, there are some depreciated classes, methods and properties. All code written against v4.0.X will work against v5.0 but you will receive compiler warnings/errors when using any depreciated items until they are changed.
All depreciated methods and properties in v4.0.X have been removed. Please make sure you have followed all guidelines for v4.0.X compatibility by clicking this link.
Here is a list of the depreciated items and suggested resolutions:
- AutoGradient Class - Use the AutoGradient constructor that accepts a float value for angle instead of Integer.
- Document Class - Use the OutputIntents and PdfXVersion properties instead of Prepress.
- MergeOptions Class - Use the OutputIntent property instead of Prepress
- Outline Class - Use the ChildOutlines property instead of Outlines
- XAxis Class - Use AnchorType property instead of XAxisAnchorType. (DateTime, Indexed, Numeric, Percentage)
- XAxis Class - Use LabelLocation property instead of XLabelLocation.
- XAxis Class - Use TitleLocation property instead of XTitleLocation.
- XAxisList Class - Use DefaultNumericAxis property instead of DefaultNumericXAxis.
- XAxisList Class - Use DefaultIndexedAxis property instead of DefaultIndexedXAxis.
- XAxisList Class - Use DefaultDateTimeAxis property instead of DefaultDateTimeXAxis
- XAxisList Class - Use DefaultPercentageAxis property instead of DefaultPercentageXAxis.
- YAxis Class - Use AnchorType property instead of YAnchor.
- YAxis Class - Use LabelLocation property instead of YLabelLocation.
- YAxis Class - Use TitleLocation property instead of YTitleLocation.
- YAxisList Class - Use DefaultNumericAxis property instead of DefaultNumericYAxis.
- YAxisList Class - Use DefaultIndexedAxis property instead of DefaultIndexedYAxis.
- YAxisList Class - Use DefaultDateTimeAxis property instead of DefaultDateTimeYAxis.
- YAxisList Class - Use DefaultPercentageAxis property instead of DefaultPercentageYAxis.
- LegendLabelList Class - Add(LegendLabel) Method – Adds the given LegendLabel to the LabelList.
- Marker Class - Use the GetAsterisk instead of GetAstrisk.
- Stacked100PercentSeriesElement Class - Use the PercentageFormat instead of DataLabelFormat.
- TextArea Class - Use the GetKerningValues Method instead of GetKerningValue().
- TrueTypeFont Class - The TrueTypeFont class is obsolete. Use the OpenType class instead.
|