Skip to main content
All docs
V26.1
  • MarkupAnnotation.ReplyType Property

    Gets or sets the reply type of the markup annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public MarkupAnnotationReplyType ReplyType { get; set; }

    Property Value

    Type Description
    MarkupAnnotationReplyType

    The markup annotation reply type.

    Available values:

    Name Description
    Reply

    Specifies a standard reply to another annotation.

    Group

    Specifies that annotations are grouped as a single discussion item.

    See Also