Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created May 31, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/090a62520ee05417b155ff2138338ef0 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/090a62520ee05417b155ff2138338ef0 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java
ImageOptions imageOptions = new ImageOptions();
imageOptions.CacheStoragePath = AnnotationImageHandler.GetFileDataStore().TempPath;
imageOptions.EnableCaching = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment