←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly