# PDF SDK Changelog

This document provides high-level information about new features, fixes, and functionality changes between minor version releases of PDF SDK. For more details or if you have any questions, please contact <support@nsoftware.com>.

---
**Legend:**  
[FIX] - An issue was fixed.  
[NEW] - New feature or functionality added.  
[IMPORTANT] - A change which requires attention.

---
Version: 26.0.9720  
Date: August 12, 2026

- [IMPORTANT] Removed `SetPage` method from `PDFForm`
- [IMPORTANT] Converted `FieldType` field in `PDFField` type from integer to `FormFieldTypes` enum
- [IMPORTANT] Converted `ObjectType` field in `PDFObject` type from integer to `PDFObjectTypes` enum
- [IMPORTANT] Converted `Disposition` field in `PDFObject` type from integer to `PDFObjectDispositions` enum
- [IMPORTANT] Converted `MaxWidth` and `MaxHeight` parameters to `Width` and `Height` in `StartEditing`
- [IMPORTANT] Converted `MinWidth` and `MaxWidth` parameters to `Width` in `StartTable`
- [IMPORTANT] Removed `MinWidth` and `MaxWidth` parameters from `AddTableCell` and `StartTableCell`
- [IMPORTANT] Removed `MinHeight` and `MaxHeight` parameters from `StartTableRow`
- [IMPORTANT] Removed `WrapLines` parameter from `SetAlignment` in `PDFGen`
- [IMPORTANT] Removed `WrapLines` field from `PDFCanvas` type
- [IMPORTANT] Renamed `Default` option to `Automatic` in `PageNumberFormat` page/document property in `PDFGen`
- [NEW] Added `PageIndex` parameter to `SetPosition` in `PDFForm`
- [NEW] Added `EditingCompleted` event to `PDFGen`
- [NEW] Added `Wrappable` parameter to `AddTextBlock` in `PDFGen`
- [NEW] Added `Height` parameter to `AddButton`, `AddComboBox`, and `StartComboBox` in `PDFGen`
- [NEW] Added `Count` parameter to `AddBreak`
- [NEW] Added `X`, `Y`, `ScaleX`, `ScaleY`, `Rotation`, `SkewA`, and `SkewB` parameters to `AddCopy`
- [NEW] Added `ContentAnchor` parameter to `SetLayout`, `StartEditing`, and `StartTableCell`
- [NEW] Added `ContentAnchor` field to `PDFCanvas` and `PDFPageLayout` types
- [NEW] Added `MinWidth` and `MinHeight` fields to `PDFCanvas` type
- [NEW] Added support for centimeters, millimeters, inches, ems, and percentages as units of measurement in `PDFGen`
- [NEW] Added `Watermark`, `WatermarkStyle`, `WatermarkFont`, `WatermarkFontSize`, `WatermarkFontStyle`, and `WatermarkFontColor` page/document properties to `PDFGen`
