←Select platform

SetInitialView Method

Summary
Updates the initial view options of the specified PDF file.
Syntax
C#
VB
C++
Java
public void SetInitialView( 
   string destinationFileName 
) 
Public Sub SetInitialView( _ 
   ByVal destinationFileName As String _ 
)  
    setInitialView(java.lang.String);             
public: 
void SetInitialView(  
   String^ destinationFileName 
)  

Parameters

destinationFileName
The filename of the PDF file to be updated.

Remarks

Set the InitialViewOptions property before calling this method to set the initial view options to be saved into the destinationFileName.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.