API Reference
Class
PdfAnnotationReviewEditor
High-level annotation reply and review-state operations.
Inheritance
- Object
- PdfAnnotationReviewEditor
Methods
public static PdfAnnotationEditResult AddReply(Byte[] pdf, Int32 parentObjectNumber, String contents, PdfAnnotationReplyOptions options = null, PdfReadOptions readOptions = null) #Returns:
PdfAnnotationEditResultAdds a Text annotation reply whose /IRT points to an existing indirect annotation.
Parameters
- pdf System.Byte[]
- parentObjectNumber System.Int32
- contents System.String
- options OfficeIMO.Pdf.PdfAnnotationReplyOptions = null
- readOptions OfficeIMO.Pdf.PdfReadOptions = null
public static PdfAnnotationEditResult SetState(Byte[] pdf, Int32 annotationObjectNumber, PdfAnnotationReviewState state, PdfMutationExecutionPreference executionPreference = Automatic, Boolean allowResidualDataInAppendOnly = false, PdfReadOptions readOptions = null) #Returns:
PdfAnnotationEditResultSets a standard review state on one indirect annotation and validates readback.
Parameters
- pdf System.Byte[]
- annotationObjectNumber System.Int32
- state OfficeIMO.Pdf.PdfAnnotationReviewState
- executionPreference OfficeIMO.Pdf.PdfMutationExecutionPreference = Automatic
- allowResidualDataInAppendOnly System.Boolean = false
- readOptions OfficeIMO.Pdf.PdfReadOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object