←Select platform

InitialViewOptions Property

Summary

Sets the PDFInitialViewOptions that this PDFFile object uses when creating new PDF files.

Syntax
C#
VB
C++
public PDFInitialViewOptions InitialViewOptions { get; set; } 
Public Property InitialViewOptions As PDFInitialViewOptions 
public: 
property PDFInitialViewOptions^ InitialViewOptions { 
   PDFInitialViewOptions^ get(); 
   void set (    PDFInitialViewOptions^ ); 
} 

Property Value

The PDFInitialViewOptions to use.

Remarks

Set this property to an instance of PDFInitialViewOptions before calling SetInitialView in order to set the initial view options that external viewers should use when opening the PDF file.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

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

Leadtools.Pdf Assembly