Gets or sets a value indicating whether only the annotations whose author is the current user should be submitted.
            
            
            
            
            
            
            
            'Declaration
 
Public Property ExcludeNonUserAnnotations As Boolean
             
        
            
            'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.ExcludeNonUserAnnotations = value
 
value = instance.ExcludeNonUserAnnotations
             
        
            
            public bool ExcludeNonUserAnnotations {get; set;}
             
        
            
            public: __property bool get_ExcludeNonUserAnnotations();
public: __property void set_ExcludeNonUserAnnotations( 
   bool value
);
             
        
            
            public:
property bool ExcludeNonUserAnnotations {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
True if only the annotations whose author is the current user should be submitted, false otherwise. Default is 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