AnnotationDataPropertyChoice Enumeration |
Enumeration used to select how one property is chosen from a pair of AnnotationData objects.
Namespace:
Atalasoft.Annotate.Importers
Assembly:
Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum AnnotationDataPropertyChoice
Public Enumeration AnnotationDataPropertyChoice
Members
| Member name | Description |
---|
| FromPdfData | Use a property from the imported PDF annotation |
| FromSerializedData | Use a property from the annotation data embedded within the PDF annotation |
See Also