Sets the PDFInitialViewOptions that this PDFFile object uses when creating new PDF files.
public PDFInitialViewOptions InitialViewOptions { get; set; }
Public Property InitialViewOptions As Leadtools.Pdf.PDFInitialViewOptions
public:
property Leadtools.Pdf.PDFInitialViewOptions^ InitialViewOptions {
Leadtools.Pdf.PDFInitialViewOptions^ get();
void set ( Leadtools.Pdf.PDFInitialViewOptions^ );
}
The PDFInitialViewOptions to use.
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.
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