Gets or sets a value that indicates whether to display the Multipage Options drop-down list box in the File Save Options dialog box.
public bool ShowFileOptionsMultipage {get; set;}
public bool ShowFileOptionsMultipage {get; set;}
get_ShowFileOptionsMultipage();
set_ShowFileOptionsMultipage(value);
public:
property bool ShowFileOptionsMultipage {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowFileOptionsMultipage As Boolean
'Usage
Dim instance As RasterSaveDialog
Dim value As Boolean
instance.ShowFileOptionsMultipage = value
value = instance.ShowFileOptionsMultipage
Property Value
true if the Multipage Options drop-down list box is enabled; otherwise, false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2