XFINIUM.PDF Documentation
PdfFileEx Class
Members 



Xfinium.Pdf.Core Namespace : PdfFileEx Class
The PdfFileEx class extends the PdfFile class with file update capabilities.
Object Model
PdfFileEx ClassPdfSecurityHandler Class
Syntax
'Declaration
 
Public Class PdfFileEx 
   Inherits PdfFile
'Usage
 
Dim instance As PdfFileEx
public class PdfFileEx : PdfFile 
public ref class PdfFileEx : public PdfFile 
Remarks
The PdfFileEx class allows to load the entire PDF file and perform changes but without the overhead addded by Xfinium.Pdf.PdfFixedDocument class. The updated file can be saved back to file or stream.
Inheritance Hierarchy

System.Object
   Xfinium.Pdf.Core.PdfFile
      Xfinium.Pdf.Core.PdfFileEx

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFileEx Members
Xfinium.Pdf.Core Namespace