Gets or sets a value that indicates whether to display the Stamp Options in the File Save Options dialog box.
            
            
            
            
            
            
            
            public bool ShowFileOptionsStamp {get; set;}
             
        
            
            'Declaration
 
Public Property ShowFileOptionsStamp As Boolean
             
        
            
            'Usage
 
Dim instance As RasterSaveDialog
Dim value As Boolean
 
instance.ShowFileOptionsStamp = value
 
value = instance.ShowFileOptionsStamp
             
        
            
        
            
        
            
            public:
property bool ShowFileOptionsStamp {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true if the Stamp Options section in the File Save Options dialog box is enabled; otherwise, false.