PDFView4NET WPF Edition
ExcludeNonUserAnnotations Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : ExcludeNonUserAnnotations Property
Gets or sets a value indicating whether only the annotations whose author is the current user should be submitted.
Syntax
'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.
Remarks
This property has meaning only if DataFormat property is DataFormat.FDF and IncludeAnnotations property is true.
Requirements

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

See Also

Reference

PDFSubmitFormAction Class
PDFSubmitFormAction Members