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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document