PDFView4NET WinForms Edition


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;}

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 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also