Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

SetDocumentProperties Method






Name of the destination PDF file to be created. If the value of this parameter is nullthen the filename set in FileName will be updated.
Updates the properties of the file associated with this PDFFile object.
Syntax
public void SetDocumentProperties( 
   string destinationFileName
)
'Declaration
 
Public Sub SetDocumentProperties( _
   ByVal destinationFileName As String _
) 
'Usage
 
Dim instance As PDFFile
Dim destinationFileName As String
 
instance.SetDocumentProperties(destinationFileName)
public:
void SetDocumentProperties( 
   String^ destinationFileName
) 

Parameters

destinationFileName
Name of the destination PDF file to be created. If the value of this parameter is nullthen the filename set in FileName will be updated.
Remarks

To use this method, associate the PDFFile object with a valid PDF file and optional password. Do this by either using the PDFFile(string fileName) or PDFFile(string fileName, string password) constructors or setting the filename and optional password directly by calling the FileName and Password properties. It is not necessary to call Load before using this method.

This method will use the following properties of this PDFFile object:

The following properties are not used by this method:

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class
PDFFile Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features