API Reference

Cmdlet

Set-OfficePdfAnnotation

Namespace PSWriteOffice
Inputs
System.String
Outputs
System.IO.FileInfo OfficeIMO.Pdf.PdfAnnotationEditResult

Updates a single indirect PDF annotation.

Remarks

Updates a single indirect PDF annotation.

Examples

Authored help example

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 Sets

Parameters

Color String optionalposition: namedpipeline: False
Replacement annotation color as #RRGGBB.
Contents String optionalposition: namedpipeline: False
Replacement annotation contents text.
Flags Nullable`1 optionalposition: namedpipeline: False
Replacement annotation flags.
Name String optionalposition: namedpipeline: False
Replacement annotation name.
ObjectNumber Int32 requiredposition: namedpipeline: False
Indirect annotation object number to update.
OutputPath String requiredposition: 1pipeline: False
Output PDF path.
PassThruReport SwitchParameter optionalposition: namedpipeline: False
Return the annotation edit result instead of the output file.
Path String requiredposition: 0pipeline: True (ByValue)aliases: FilePath
Input PDF path.
RemoveAction SwitchParameter optionalposition: namedpipeline: False
Remove /A and /AA action dictionaries from the annotation.
Title String optionalposition: namedpipeline: False
Replacement annotation title text.

Outputs

System.IO.FileInfo OfficeIMO.Pdf.PdfAnnotationEditResult