'Declaration Protected Overridable Function NeedSerializeAnnotation( _
ByVal annotationThe PDF annotation to check.As PdfAnnotation _
) As Boolean
protected virtual bool NeedSerializeAnnotation(
PdfAnnotation annotation
)
protected: virtual bool NeedSerializeAnnotation(
PdfAnnotation* annotation
)
protected:
virtual bool NeedSerializeAnnotation(
PdfAnnotation^ annotation
)
Parameters
- annotation
- The PDF annotation to check.
Return Value
True - codec must serialize PDF annotation; false - codec must not serialize PDF annotation.