Updates the properties of the file associated with this PDFFile object.
public void SetDocumentProperties(
string destinationFileName
)
Public Sub SetDocumentProperties( _
ByVal destinationFileName As String _
)
public:
void SetDocumentProperties(
String^ destinationFileName
)
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.
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:
SecurityOptions. To encrypt a PDF file, use the Convert method.
CompatibilityLevel. The version of the PDF to be generated is the same as the original version. To create a PDF file with a different version use Convert or ConvertToPDFA
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET