VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type
In This Topic
WebAnnotationTextPropertiesJS Class Methods
In This Topic
For a list of all methods of this type, see WebAnnotationTextPropertiesJS.
Methods
 NameDescription
Public MethodCopies the current annotation text properties to the target annotation text properties.
Public MethodDeserializes the annotation text properties.
Public MethodGets the maximum font size when auto font size is enabled (AutoFontSize == True).
Public MethodGets the minimum font size when auto font size is enabled (AutoFontSize == True).
Public MethodGets a value indicating whether the annotation's font size depends on the annotation size.
Public MethodGets a value indicating whether the annotation's size depends on the text size.
Public MethodGets the font of annotation text.
Public MethodGets the font brush of the annotation.
Public MethodGets a value indicating whether the annotation font is transparent.
Public MethodGets the text of the annotation.
Public MethodGets the text alignment in the annotation.
Public MethodGets the text padding within the annotation.
Public MethodReturns a JSON-object for serialization of annotation text properties.
Public MethodSets the maximum font size when auto font size is enabled (AutoFontSize == True).
Public MethodSets the minimum font size when auto font size is enabled (AutoFontSize == True).
Public MethodSets a value indicating whether the annotation's font size depends on the annotation size.
Public MethodSets a value indicating whether the annotation's size depends on the text size.
Public MethodSets the font of annotation text.
Public MethodSets the font brush of the annotation.
Public MethodSets a value indicating whether the annotation font is transparent.
Public MethodSets the text of the annotation.
Public MethodSets the text alignment in the annotation.
Public MethodSets the text padding within the annotation.
See Also