Click or drag to resize

ViewerManagerGetSystemAnnotationDefaults Method

Returns system default values of properties of selected annotation type.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<AnnotationProperty> GetSystemAnnotationDefaults(
	AnnotationType annotationType
)

Parameters

annotationType
Type: FileHold.CommonAnnotationType

Return Value

Type: ListAnnotationProperty
See Also