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