'Declaration Public Enum ActionSubmitForm.FDFFormatFlags Inherits System.Enum
public enum ActionSubmitForm.FDFFormatFlags : System.Enum
'Declaration Public Enum ActionSubmitForm.FDFFormatFlags Inherits System.Enum
public enum ActionSubmitForm.FDFFormatFlags : System.Enum
Member | Description |
---|---|
EmbedForm | If 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. |
ExclFKey | If set, the submitted FDF excludes the F entry. |
ExclNonUserAnnots | Meaningful 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. |
IncludeAnnotations | If set, the submitted FDF file includes all markup annotations in the underlying PDF document. If clear, markup annotations are not included. |
IncludeAppendSaves | If 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.FDFFormatFlags