MultiPage Property

Summary

Gets or sets a value that indicates which kind of multipage operation to perform when saving the page.

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

Property Value

A Leadtools.Codecs.CodecsSavePageMode enumeration value that describes which kind of multipage operation to perform when saving the page.

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