Annotator.Save

Save()

Saves document after adding, updating or removing annotations.

public void Save()

Remarks

Learn more about saving annotated documents

See Also


Save(SaveOptions)

Saves document after adding, updating or removing annotations.

public void Save(SaveOptions saveOptions)
Parameter Type Description
saveOptions SaveOptions The save options.

Remarks

Learn more about saving annotated documents

See Also


Save(Stream)

Saves document after adding, updating or removing annotations.

public void Save(Stream document)
Parameter Type Description
document Stream The output stream.

Remarks

Learn more about saving annotated documents

See Also


Save(string)

Saves document after adding, updating or removing annotations.

public void Save(string filePath)
Parameter Type Description
filePath String The output file path.

Remarks

Learn more about saving annotated documents

See Also


Save(Stream, SaveOptions)

Saves document after adding, updating or removing annotations.

public void Save(Stream document, SaveOptions saveOptions)
Parameter Type Description
document Stream The output stream.
saveOptions SaveOptions The save options.

Remarks

Learn more about saving annotated documents

See Also


Save(string, SaveOptions)

Saves document after adding, updating or removing annotations.

public void Save(string filePath, SaveOptions saveOptions)
Parameter Type Description
filePath String The output file path.
saveOptions SaveOptions The save options.

Remarks

Learn more about saving annotated documents

See Also