(Showing Draft Content)
Version 4.2.0.715
New Features and Improvements
- Added StandardSecurityHandlerRev6 class that allows encoding or decoding PDF documents using AES Revision 6 encryption.
- Added GcPdfDocument.OutputIntents property, OutputIntent and ICCProfile classes to support for PDF Output Intents.
- Added GcPdfDocument.OptionalContent property, types in GrapeCity.Documents.Pdf.Layers namespace to support Layers (PDF Optional Content).
- Added GcPdfGraphics.BlendMode property, GcPdfGraphics.IsBlendModeSupported method to support blend modes and transparency groups.
Changes From the Previous Version
- Moved GcPdfGraphics extension methods from GrapeCity.Documents.Pdf.Util to GrapeCity.Documents.Pdf namespace: DrawPdfPage, DrawCheckBox, DrawComboBox, DrawCombTextBox, DrawListBox, DrawPushButton, DrawImage, DrawUnsignedSignature, DrawTextBox, DrawPdfLine.
Resolved Issues