VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfTextMarkupAnnotationAppearanceGenerator Class Members
    In This Topic
    The following tables list the members exposed by PdfTextMarkupAnnotationAppearanceGenerator.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfTextMarkupAnnotationAppearanceGenerator class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the color blending mode of text highlight annotation.
    Public PropertyGets or sets the line position, measured in fraction of annotation height, of squiggly annotation.
    Public PropertyGets or sets the line style of squiggly annotation.
    Public PropertyGets or sets the line width, measured in fraction of annotation height, of squiggly annotation.
    Public PropertyGets or sets the "wave" height, measured in fraction of annotation height, of squiggly annotation.
    Public PropertyGets or sets the line position, measured in fraction of annotation height, of strikeout annotation.
    Public PropertyGets or sets the line width, measured in fraction of annotation height, of strikeout annotation.
    Public PropertyGets or sets the line position, measured in fraction of annotation height, of underline annotation.
    Public PropertyGets or sets the line width, measured in fraction of annotation height, of underline annotation.
    Public PropertyGets or sets a value indicating whether appearance generator must use rounded edges for highlight annotation.
    Protected Properties
     NameDescription
    Protected PropertyGets the temporary document that stores temporary resources (fonts, images,...). (Inherited from PdfAnnotationAppearanceGenerator)
    Public Methods
     NameDescription
    Public MethodDetermines whether this appearance generator can set an appearance of specified annotation.
    Public MethodCreates a new object that is a copy of the current instance.
    Public Methodstatic (Shared in Visual Basic)Creates the line cap. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodReturns the default rectangle of annotation. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodReturns the padding that is required for correct generation of annotation appearance. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodLoads the properties of appearance generator from annotation. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodSets the annotation rectangle. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodSets the appearance of specified annotation.
    Protected Methods
     NameDescription
    Protected MethodCalculates the annotation rectangle.
    Protected MethodCopies the state of the current object to the target object.
    Protected MethodSets the opacity on specified PDF graphics. (Inherited from PdfAnnotationAppearanceGenerator)
    See Also