Enum OfficeToPDFOptions.UpdateDynamicFields
Dynamic fields to be updated within the document. Enum values can be bitwise OR-ed to define a specific combination of fields to be updated.
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
[Flags]
public enum OfficeToPDFOptions.UpdateDynamicFields
Fields
| Name | Description |
|---|---|
| e_update_all | Updates all dynamic fields within the document. |
| e_update_doc_props | Updates document property fields within the document. |
| e_update_none | Default value. Does not update dynamic fields within the document. |