←Select platform

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 Leadtools.Codecs.CodecsSavePageMode 
public: 
property Leadtools.Codecs.CodecsSavePageMode MultiPage { 
   Leadtools.Codecs.CodecsSavePageMode get(); 
   void set (    Leadtools.Codecs.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly