API Reference
Cmdlet
Set-OfficePdfAnnotation
Updates a single indirect PDF annotation.
Remarks
Updates a single indirect PDF annotation.
Examples
EXAMPLE 1
Set-OfficePdfAnnotation -ObjectNumber 1
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Set-OfficePdfAnnotation [-Color <String>] [-Contents <String>] [-Flags <Nullable`1>] [-Name <String>] -ObjectNumber <Int32> -OutputPath <String> [-PassThruReport] -Path <String> [-RemoveAction] [-Title <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color String
- Replacement annotation color as #RRGGBB.
- Contents String
- Replacement annotation contents text.
- Flags Nullable`1
- Replacement annotation flags.
- Name String
- Replacement annotation name.
- ObjectNumber Int32
- Indirect annotation object number to update.
- OutputPath String
- Output PDF path.
- PassThruReport SwitchParameter
- Return the annotation edit result instead of the output file.
- Path String
- Input PDF path.
- RemoveAction SwitchParameter
- Remove /A and /AA action dictionaries from the annotation.
- Title String
- Replacement annotation title text.
Outputs
System.IO.FileInfo OfficeIMO.Pdf.PdfAnnotationEditResult