Click or drag to resize

PdfAnnotationEmbeddingAction Enumeration

This enumeration is used to select how an unknown annotation type will be exported to pdf.

Namespace:  Atalasoft.Annotate.Exporters
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfAnnotationEmbeddingAction
Members
  Member nameDescription
None No action - the annotation will be skipped.
EmbedAlias The annotation will be exported as a different annotation type entirely.
EmbedFacade The annotation will be exported with a set of images that represent its appearance in the PDF
See Also