Gets or sets if we are annotating a pdf document or no.
Object.defineProperty(AnnAutomationManager.prototype, 'usePDFMode',
get: function(),
set: function(value)
)
usePDFMode: boolean;
A boolean value that determines if we are annotating a pdf document. The default value is false.
This property will be used when working with annotations on a pdf document in order to be compatible and to get the same view when saving annotations to a pdf file.
In your application, you need to set this property to true when you annotate a pdf document.
This property will affect the following properties when you set it to true: All the automation manager Objects template will not have StrokeWidth, it behaves like Pdf annotations stroke width which is transformable based on viewer transform.The above changes will be inverted when you set this property UsePDFMode to false.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document