LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

MultiPage Property

Show in webframe





Gets or sets a value that indicates which kind of multipage operation to perform when saving the page.
Syntax
public CodecsSavePageMode MultiPage {get; set;}
'Declaration
 
Public Property MultiPage As CodecsSavePageMode
'Usage
 
Dim instance As RasterSaveDialog
Dim value As CodecsSavePageMode
 
instance.MultiPage = value
 
value = instance.MultiPage

            

            
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

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.