GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfReplyType Enum

    Namespace:
    GemBox.Pdf.Annotations
    Assembly:
    GemBox.Pdf.dll

    An enumeration specifying the relationship (the "reply type") between the PdfMarkupAnnotation and the one specified by its InReplyTo property.

    • C#
    • VB.NET
    public enum PdfReplyType
    Public Enum PdfReplyType

    Fields

    Group

    The PdfMarkupAnnotation shall be grouped with the PdfMarkupAnnotation specified by InReplyTo.

    In PDF 1.6, a set of annotations may be grouped so that they function as a single unit when a user interacts with them. The group consists of a primary annotation, which shall not have an InReplyTo entry, and one or more subordinate annotations, which shall have an InReplyTo entry that refers to the primary annotation and a ReplyType entry whose value is Group.

    Some entries in the primary annotation are treated as "group attributes" that shall apply to the group as a whole; the corresponding entries in the subordinate annotations shall be ignored. Operations that manipulate any annotation in a group, such as movement, cut, and copy, shall be treated by conforming readers as acting on the entire group.

    Reply

    The PdfMarkupAnnotation shall be considered a reply to the PdfMarkupAnnotation specified by InReplyTo. Conforming readers shall not display replies to an annotation individually but together in the form of threaded comments.

    Unknown

    The unknown reply type.

    See Also
    PDF Specification ISO 32000-1:2008, section '12.5.6.2 Markup Annotations'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.