PdfSubmitAction
ExcludeNonUserAnnotations Property
|
Gets or sets a value indicating whether to exclude non user annotations form submit
data stream. Meaningful only when the form is being submitted in Forms Data Format
and theproperty is set to true.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ExcludeNonUserAnnotations { get; set; }
Public Property ExcludeNonUserAnnotations As Boolean
Get
Set
public:
property bool ExcludeNonUserAnnotations {
bool get ();
void set (bool value);
}
member ExcludeNonUserAnnotations : bool with get, set
Property Value
Type:
Boolean
true
if non user annotations should be excluded; otherwise,
false
.
See Also