API Reference
Class
PdfAnnotationReviewInfo
Reply, state, subject, and intent metadata read from a PDF annotation.
Inheritance
- Object
- PdfAnnotationReviewInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfAnnotation.Review
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> InReplyToObjectNumber { get; } #Indirect object number of the annotation referenced by /IRT.
public String ReplyType { get; } #Reply relationship from /RT, normally R or Group.
public String State { get; } #Raw annotation state name from /State.
public String StateModel { get; } #Raw state model name from /StateModel.
public String Subject { get; } #Annotation subject from /Subj.
public String Intent { get; } #Annotation intent name from /IT.
public Boolean IsReply { get; } #True when this annotation has an absent/default or explicit R reply relationship.
public Boolean IsGroup { get; } #True when this annotation declares a Group relationship rather than a conversational reply.
public Nullable<PdfAnnotationReviewState> StandardState { get; } #Typed standard state when the raw state and model form a known combination.