←Select platform

SetInitialView Method

Summary

Updates the initial view options of the specified PDF file.

Syntax

C#
VB
C++
public void SetInitialView( 
   string destinationFileName 
) 
Public Sub SetInitialView( _ 
   ByVal destinationFileName As 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly