Documents for PDF, .NET Edition Documentation
ActionSubmitForm.FDFFormatFlags Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace : ActionSubmitForm.FDFFormatFlags Enumeration
Defines possible values of ActionSubmitForm.FDFFormat property.
Syntax
'Declaration
 
Public Enum ActionSubmitForm.FDFFormatFlags 
   Inherits System.Enum
public enum ActionSubmitForm.FDFFormatFlags : System.Enum 
Members
MemberDescription
EmbedFormIf set, the F entry of the submitted FDF is a file specification containing an embedded file stream representing the PDF file from which the FDF is being submitted.
ExclFKeyIf set, the submitted FDF excludes the F entry.
ExclNonUserAnnotsMeaningful only when the IncludeAnnotations flag is set. If set, it includes only those markup annotations whose GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation.UserName matches the name of the current user, as determined by the remote server to which the form is being submitted. This allows multiple users to collaborate in annotating a single remote PDF document without affecting one another’s annotations.
IncludeAnnotationsIf set, the submitted FDF file includes all markup annotations in the underlying PDF document. If clear, markup annotations are not included.
IncludeAppendSavesIf set, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document, as contained in the Differences entry in the FDF dictionary. If clear, the incremental updates are not included.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.FDFFormatFlags

See Also

Reference

GrapeCity.Documents.Pdf.Actions Namespace