PageNumber Property

Summary

Gets and sets the index of the page of the Leadtools.RasterImage to be saved.

Syntax
C#
VB
C++
public int PageNumber { get; set; } 
  
Public Property PageNumber As Integer 
public: 
property int PageNumber { 
   int get(); 
   void set (    int value); 
} 

Property Value

The index of the page of the Leadtools.RasterImage to be saved. This is a 1-based index.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly