Back to Devexpress

PdfPageFacade.FlattenAnnotations Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-flattenannotations.md

latest888 B
Original Source

PdfPageFacade.FlattenAnnotations Method

NameParametersDescription
FlattenAnnotations()noneFlattens all page annotations.
FlattenAnnotations(PdfAnnotationType[])typesFlattens all page annotations with the specified types.
FlattenAnnotations(Func<PdfAnnotationFacade, Boolean>)predicateFlattens all page annotations that meet the specified criteria.
FlattenAnnotations(String[])namesFlattens page annotations with the specified names.