C#
VB
C++
Updates the initial view options of the specified PDF file.
public void SetInitialView(
string destinationFileName
)
Public Sub SetInitialView( _
ByVal destinationFileName As String _
)
public:
void SetInitialView(
String^ destinationFileName
)
destinationFileName
The filename of the PDF file to be updated.
Set the InitialViewOptions property before calling this method to set the initial view options to be saved into the destinationFileName.
For an example, refer to PDFInitialViewOptions.
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