'Declaration
Public Function New( _ ByVal fileName As String, _ ByVal password As String, _ ByVal documentFeatures As PdfDocumentFeatures _ )
'Usage
Dim fileName As String Dim password As String Dim documentFeatures As PdfDocumentFeatures Dim instance As New PdfFixedDocument(fileName, password, documentFeatures)
public PdfFixedDocument( string fileName, string password, PdfDocumentFeatures documentFeatures )
public: PdfFixedDocument( String^ fileName, String^ password, PdfDocumentFeatures^ documentFeatures )
Parameters
- fileName
- A string that contains the name of the file from which to create the document.
- password
- Password required to open the Pdf file.
- documentFeatures
- Features to load from the Pdf file.