PDFView4NET WPF Edition
IncludeAnnotations Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : IncludeAnnotations Property
Gets or sets a value indicating whether the markup annotations in the underlying PDF document are included in the submitted FDF file.
Syntax
'Declaration
 
Public Property IncludeAnnotations As Boolean
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.IncludeAnnotations = value
 
value = instance.IncludeAnnotations
public bool IncludeAnnotations {get; set;}
public: __property bool get_IncludeAnnotations();
public: __property void set_IncludeAnnotations( 
   bool value
);
public:
property bool IncludeAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

True if the incremental updates to the underlying PDF document should be included in the submitted FDF file, false otherwise. Default is false.
Remarks
This property has meaning only if DataFormat property is DataFormat.FDF.
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