See Also
Action
Annotation
CommentMarkerAnnotationJSONEllipseAnnotationJSONImageAnnotationJSONInkAnnotationJSONLineAnnotationJSONLinkAnnotationJSONMediaAnnotationJSONNoteAnnotationJSONPolygonAnnotationJSONPolylineAnnotationJSONRectangleAnnotationJSONRedactionAnnotationJSONShapeAnnotationJSONStampAnnotationJSONTextAnnotationJSONTextMarkupAnnotationJSONUnknownAnnotationJSONWidgetAnnotationJSONAnnotationJSONUnion
Bookmark
Comment
FormField
ButtonFormFieldJSONCheckBoxFormFieldJSONChoiceFormFieldJSONListBoxFormFieldJSONRadioButtonFormFieldJSONSignatureFormFieldJSONUnknownFormFieldJSONComboBoxFormFieldJSONFormFieldJSONTextFormFieldJSON
This namespace contains types and interfaces for serializing and deserializing PDF annotations, form fields, comments, bookmarks, and related data to and from JSON representations compatible with the Nutrient Web SDK. These serialised objects can be used in InstantJSON
Serialising an annotation
You can use NutrientViewer.Annotations.toSerializableObject to create serialised object from an annotation.
Serialising a form field
You can use NutrientViewer.FormFields.toSerializableObject to create serialised object from a form field.
Serialising a bookmark
You can use NutrientViewer.Bookmark.toSerializableObject to create serialised object from a bookmark.
Serialising a comment
You can use NutrientViewer.Comment.toSerializableObject to create a serialised object from a comment.