PDFView4NET WPF Edition
EmbedForm Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : EmbedForm Property
Gets or sets a value indicating whether the PDF document is embedded in the submitted FDF file.
Syntax
'Declaration
 
Public Property EmbedForm As Boolean
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.EmbedForm = value
 
value = instance.EmbedForm
public bool EmbedForm {get; set;}
public: __property bool get_EmbedForm();
public: __property void set_EmbedForm( 
   bool value
);
public:
property bool EmbedForm {
   bool get();
   void set (    bool value);
}

Property Value

True if the PDF document is embedded 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