API Reference
Class
PdfAnnotationReplyOptions
Options for adding a reply to an existing annotation.
Inheritance
- Object
- PdfAnnotationReplyOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PdfAnnotationReplyOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Author { get; set; } #Reply author stored in /T.
public String Subject { get; set; } #Reply subject stored in /Subj.
public Nullable<PdfAnnotationReviewState> ReviewState { get; set; } #Optional initial review state.
public IReadOnlyList<Double> Rectangle { get; set; } #Optional 18-point reply icon rectangle. Defaults to the lower-left corner of the parent.
public IReadOnlyList<Double> Color { get; set; } #Optional RGB annotation color.
public String IconName { get; set; } #Text annotation icon name.
public Boolean CreatePopup { get; set; } #Creates a linked popup for the reply.
public Boolean PopupOpen { get; set; } #Initial popup open state.
public PdfMutationExecutionPreference ExecutionPreference { get; set; } #Preferred full-rewrite or append-only mutation mode.